use nix 2.21

This commit is contained in:
41666 2024-04-25 03:21:50 -04:00
parent 33c35c6cc3
commit 3d7145293c
2 changed files with 4 additions and 3 deletions

6
flake.lock generated
View file

@ -495,11 +495,11 @@
},
"nixpkgs-master": {
"locked": {
"lastModified": 1714013158,
"narHash": "sha256-lH0WVTZbsME7cvK6fBg/Qm7IenmsMNFcl4olCXG5ySA=",
"lastModified": 1714027328,
"narHash": "sha256-fTeLt3l1VIWj3eXCOOweC3N9PhgYoJUzmzxgaRj5QGY=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "6421226aa5a59fa63aa43e8fc6d2d7ca33a26ca8",
"rev": "e17e9f572554e39dfe00cf9240e5625308727236",
"type": "github"
},
"original": {

View file

@ -61,6 +61,7 @@
};
nix = {
package = pkgs.nixVersions.nix_2_21;
gc.automatic = true;
settings = {
experimental-features = "nix-command flakes";