summary refs log tree commit diff
path: root/nixos/modules/system/activation/top-level.nix
diff options
context:
space:
mode:
authorNaïm Favier <n@monade.li>2021-07-03 13:05:55 +0200
committerGitHub <noreply@github.com>2021-07-03 13:05:55 +0200
commitc0b2241e53f3cb4fbea245da960e23a43d9965fc (patch)
tree56d51ee9c643200b4d6cb54ea521cb6811ebb646 /nixos/modules/system/activation/top-level.nix
parentd364e06e4ba7fe1557d2a672af9d52d992838f23 (diff)
downloadnixpkgs-c0b2241e53f3cb4fbea245da960e23a43d9965fc.tar
nixpkgs-c0b2241e53f3cb4fbea245da960e23a43d9965fc.tar.gz
nixpkgs-c0b2241e53f3cb4fbea245da960e23a43d9965fc.tar.bz2
nixpkgs-c0b2241e53f3cb4fbea245da960e23a43d9965fc.tar.lz
nixpkgs-c0b2241e53f3cb4fbea245da960e23a43d9965fc.tar.xz
nixpkgs-c0b2241e53f3cb4fbea245da960e23a43d9965fc.tar.zst
nixpkgs-c0b2241e53f3cb4fbea245da960e23a43d9965fc.zip
nixos/top-level: pass lib to specialisations
Diffstat (limited to 'nixos/modules/system/activation/top-level.nix')
-rw-r--r--nixos/modules/system/activation/top-level.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/system/activation/top-level.nix b/nixos/modules/system/activation/top-level.nix
index 6751ca3f2ee..4e2f25cd27f 100644
--- a/nixos/modules/system/activation/top-level.nix
+++ b/nixos/modules/system/activation/top-level.nix
@@ -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)