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
+8
View File
@@ -216,6 +216,14 @@ in
Ignored when <code>nixpkgs.pkgs</code> is set.
'';
};
initialSystem = mkOption {
type = types.str;
internal = true;
description = ''
Preserved value of <literal>system</literal> passed to <literal>eval-config.nix</literal>.
'';
};
};
config = {