mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2025-01-07 12:11:28 +03:00
cross-workarounds: Make it possible to cross-compile with NetworkManager
This commit is contained in:
parent
a1627cfc6d
commit
78545bc272
@ -16,7 +16,12 @@ lib.mkIf isCross (lib.mkMerge [
|
|||||||
|
|
||||||
# All cross-compilation
|
# All cross-compilation
|
||||||
{
|
{
|
||||||
# No workarounds needed!
|
|
||||||
|
# Some Network Manager plugins are kinda problematic...
|
||||||
|
# Let's ignore them for now.
|
||||||
|
# Cross-compilation of Mobile NixOS for the time being is not fully-featured.
|
||||||
|
# If those plugins are needed, do a native build.
|
||||||
|
networking.networkmanager.plugins = lib.mkForce [];
|
||||||
}
|
}
|
||||||
|
|
||||||
# 32 bit ARM
|
# 32 bit ARM
|
||||||
|
Loading…
Reference in New Issue
Block a user