Update child configuration generation
svn path=/nixos/branches/modular-nixos/; revision=16514
This commit is contained in:
parent
9c05dd98dc
commit
6aba79bed5
@ -27,9 +27,8 @@ let
|
|||||||
# you can provide an easy way to boot the same configuration
|
# you can provide an easy way to boot the same configuration
|
||||||
# as you use, but with another kernel
|
# as you use, but with another kernel
|
||||||
# !!! fix this
|
# !!! fix this
|
||||||
children = map (x: ((import ./system.nix)
|
children = map (x: ((import ../../../default.nix)
|
||||||
{ platform = pkgs.system;
|
{ configuration = x//{boot=((x.boot)//{grubDevice = "";});};}).system)
|
||||||
configuration = x//{boot=((x.boot)//{grubDevice = "";});};}).system)
|
|
||||||
config.nesting.children;
|
config.nesting.children;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user