diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-25 15:05:57 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-25 15:05:57 +0200 |
commit | 1ab0d2ab4b4abb65dec0c01b10c52cf35c38f9d8 (patch) | |
tree | 4b771a11ec04eb44a5006d6ef6c7e0f9970deaa2 | |
parent | 1d5e63291681a267f9f1dd16db3458a0e9422fe2 (diff) | |
download | nixos-1ab0d2ab4b4abb65dec0c01b10c52cf35c38f9d8.tar nixos-1ab0d2ab4b4abb65dec0c01b10c52cf35c38f9d8.tar.gz nixos-1ab0d2ab4b4abb65dec0c01b10c52cf35c38f9d8.tar.bz2 nixos-1ab0d2ab4b4abb65dec0c01b10c52cf35c38f9d8.tar.xz nixos-1ab0d2ab4b4abb65dec0c01b10c52cf35c38f9d8.zip |
Revert "?"
This reverts commit 1d5e63291681a267f9f1dd16db3458a0e9422fe2.
-rw-r--r-- | nixpkgs.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/nixpkgs.nix b/nixpkgs.nix index b08f5adc..23bf960b 100644 --- a/nixpkgs.nix +++ b/nixpkgs.nix | |||
@@ -1,5 +1,7 @@ | |||
1 | { config, pkgs, lib, ... }: | 1 | { config, pkgs, lib, ... }: |
2 | 2 | ||
3 | { | 3 | { |
4 | nixpkgs.pkgs = import ./nixpkgs { inherit (config.nixpkgs) config overlays localSystem crossSystem; }; | 4 | config = { |
5 | nixpkgs.pkgs = import ./nixpkgs { inherit (config.nixpkgs) config overlays localSystem crossSystem; }; | ||
6 | }; | ||
5 | } | 7 | } |