Use stable nix package

unstable is no longer required as flakes are now part of nix
This commit is contained in:
Jakob Lechner 2022-11-04 19:03:03 +00:00
parent 83375b2ef6
commit 886d3e0c37
No known key found for this signature in database
GPG key ID: 996082EFB5906C10

View file

@ -21,9 +21,6 @@ let
in
{
nix = {
# flake support
package = pkgs.nixUnstable;
extraOptions = ''
experimental-features = nix-command flakes
'';