diff options
Diffstat (limited to 'ymir.nix')
-rw-r--r-- | ymir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -646,7 +646,7 @@ in rec { | |||
646 | verbosity = 2; | 646 | verbosity = 2; |
647 | zones = { | 647 | zones = { |
648 | "inwx" = { | 648 | "inwx" = { |
649 | children = (import ./ymir/zones/index.nix { pkgs.lib }); | 649 | children = (import ./ymir/zones/index.nix { inherit (pkgs) lib; }); |
650 | }; | 650 | }; |
651 | }; | 651 | }; |
652 | }; | 652 | }; |