Merge pull request #81241 from thefloweringash/nesting-system

nixos/activation: propagate system to nested configurations
This commit is contained in:
Michele Guerini Rocco
2020-03-13 09:58:10 +01:00
committed by GitHub
4 changed files with 19 additions and 4 deletions
@@ -15,6 +15,7 @@ let
map (childConfig:
(import ../../../lib/eval-config.nix {
inherit baseModules;
system = config.nixpkgs.initialSystem;
modules =
(optionals inheritParent modules)
++ [ ./no-clone.nix ]