nixos/top-level: pass lib to specialisations
This commit is contained in:
parent
d364e06e4b
commit
c0b2241e53
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ let
|
|||
# !!! fix this
|
||||
children = mapAttrs (childName: childConfig:
|
||||
(import ../../../lib/eval-config.nix {
|
||||
inherit baseModules specialArgs;
|
||||
inherit lib baseModules specialArgs;
|
||||
system = config.nixpkgs.initialSystem;
|
||||
modules =
|
||||
(optionals childConfig.inheritParentConfig modules)
|
||||
|
|
Loading…
Reference in a new issue