chore(nix): switch to stable nix package
Since flakes are supported since nix 2.4
This commit is contained in:
parent
fe9ae52c25
commit
63ddbbd2e0
|
@ -12,6 +12,5 @@ in {
|
|||
extraOptions = "experimental-features = nix-command flakes";
|
||||
nixPath = lib.mapAttrsToList (n: v: "${n}=${v}") flakes;
|
||||
registry = nixRegistry;
|
||||
package = pkgs.nixUnstable;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue