1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2025-01-05 19:03:21 +03:00

cross-workarounds: Make it possible to cross-compile with NetworkManager

This commit is contained in:
Samuel Dionne-Riel 2022-10-10 03:55:52 -04:00
parent a1627cfc6d
commit 78545bc272

View File

@ -16,7 +16,12 @@ lib.mkIf isCross (lib.mkMerge [
# 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