diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-11-10 17:42:30 +0100 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-11-10 17:42:30 +0100 |
commit | 18a95a0f6ff40262b9ce777a653aef91f266a9d5 (patch) | |
tree | 81787bc202711d9bdb2616de2f6dcd9e4f2e2013 /ymir.nix | |
parent | 762649772dcefee5c4fbc9f997a2483da309a850 (diff) | |
download | nixos-18a95a0f6ff40262b9ce777a653aef91f266a9d5.tar nixos-18a95a0f6ff40262b9ce777a653aef91f266a9d5.tar.gz nixos-18a95a0f6ff40262b9ce777a653aef91f266a9d5.tar.bz2 nixos-18a95a0f6ff40262b9ce777a653aef91f266a9d5.tar.xz nixos-18a95a0f6ff40262b9ce777a653aef91f266a9d5.zip |
syntax
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 | }; |