1
0
Fork 0

Prevent gc

This commit is contained in:
Malte Brandy 2019-09-14 14:04:48 +02:00
parent f7a28b6da6
commit ef646d987c
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -28,12 +28,11 @@ in {
};
environment = {
etc = {
"nix-path/nixpkgs".source = sources.nixpkgs;
"nix-path/nixos".source = sources.nixpkgs;
"nix-path/unstable".source = sources.unstable;
"nix-path/home-manager".source = sources.home-manager;
};
etc = lib.mapAttrs'
(name: value: lib.nameValuePair "nix-path/${name}" { source = value; })
sources // {
"nix-path/nixos".source = sources.nixpkgs;
};
};
nix = {