Keep nixpkgs in nix channel list

This commit is contained in:
Natsu Kagami 2024-06-07 13:50:38 +02:00
parent b46da01895
commit a6b28f8c05
Signed by: nki
GPG key ID: 55A032EB38B49ADB

View file

@ -70,9 +70,8 @@
nix.registry.current-system.flake = self;
nix.registry.nixpkgs-unstable.flake = nixpkgs-unstable;
nixpkgs.config.allowUnfree = true;
nix.nixPath = [
nix.nixPath = lib.mkDefault [
"nixpkgs-unstable=${nixpkgs-unstable}"
"/nix/var/nix/profiles/per-user/root/channels"
];
};