remove old nix paths
This commit is contained in:
parent
ca1a42b57a
commit
64dc7eec8a
1 changed files with 0 additions and 6 deletions
|
@ -46,12 +46,6 @@
|
|||
daemonNiceLevel = 19;
|
||||
gc.automatic = true;
|
||||
optimise.automatic = true;
|
||||
nixPath = [
|
||||
"nixpkgs=https://github.com/NixOS/nixpkgs/archive/20.09.tar.gz"
|
||||
"nixos-config=/etc/nixos/configuration.nix"
|
||||
"/nix/var/nix/profiles/per-user/root/channels"
|
||||
"home-manager=https://github.com/rycee/home-manager/archive/release-20.09.tar.gz"
|
||||
];
|
||||
package = pkgs.nixUnstable;
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
|
|
Loading…
Reference in a new issue