chore(nix): switch to stable nix package

Since flakes are supported since nix 2.4
This commit is contained in:
Felix Schröter 2022-05-19 02:59:04 +02:00
parent fe9ae52c25
commit 63ddbbd2e0
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -12,6 +12,5 @@ in {
extraOptions = "experimental-features = nix-command flakes"; extraOptions = "experimental-features = nix-command flakes";
nixPath = lib.mapAttrsToList (n: v: "${n}=${v}") flakes; nixPath = lib.mapAttrsToList (n: v: "${n}=${v}") flakes;
registry = nixRegistry; registry = nixRegistry;
package = pkgs.nixUnstable;
}; };
} }