Keep nixpkgs in nix channel list
This commit is contained in:
parent
b46da01895
commit
a6b28f8c05
|
@ -70,9 +70,8 @@
|
||||||
nix.registry.current-system.flake = self;
|
nix.registry.current-system.flake = self;
|
||||||
nix.registry.nixpkgs-unstable.flake = nixpkgs-unstable;
|
nix.registry.nixpkgs-unstable.flake = nixpkgs-unstable;
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
nix.nixPath = [
|
nix.nixPath = lib.mkDefault [
|
||||||
"nixpkgs-unstable=${nixpkgs-unstable}"
|
"nixpkgs-unstable=${nixpkgs-unstable}"
|
||||||
"/nix/var/nix/profiles/per-user/root/channels"
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue