diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-25 15:16:03 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-25 15:16:03 +0200 |
commit | c43176e445d2f0c2fdba524068807e5139abb566 (patch) | |
tree | 3eab35ca3a82803f6b793254fc5032b97b6ae20a | |
parent | 1ab0d2ab4b4abb65dec0c01b10c52cf35c38f9d8 (diff) | |
download | nixos-c43176e445d2f0c2fdba524068807e5139abb566.tar nixos-c43176e445d2f0c2fdba524068807e5139abb566.tar.gz nixos-c43176e445d2f0c2fdba524068807e5139abb566.tar.bz2 nixos-c43176e445d2f0c2fdba524068807e5139abb566.tar.xz nixos-c43176e445d2f0c2fdba524068807e5139abb566.zip |
?
-rw-r--r-- | ymir.nix | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -34,7 +34,6 @@ let | |||
34 | in rec { | 34 | in rec { |
35 | imports = | 35 | imports = |
36 | [ | 36 | [ |
37 | ./nixpkgs.nix | ||
38 | ./ymir/hw.nix | 37 | ./ymir/hw.nix |
39 | ./ymir/mlmmj-expose.nix | 38 | ./ymir/mlmmj-expose.nix |
40 | ./custom/zsh.nix | 39 | ./custom/zsh.nix |
@@ -61,6 +60,8 @@ in rec { | |||
61 | "net.ipv4.tcp_keepalive_probes" = 6; | 60 | "net.ipv4.tcp_keepalive_probes" = 6; |
62 | }; | 61 | }; |
63 | 62 | ||
63 | nixpkgs.pkgs = import ./nixpkgs { inherit (config.nixpkgs) config overlays localSystem crossSystem; }; | ||
64 | |||
64 | nixpkgs.config.allowUnfree = true; | 65 | nixpkgs.config.allowUnfree = true; |
65 | 66 | ||
66 | nixpkgs.overlays = [ | 67 | nixpkgs.overlays = [ |