use nix 2.21
This commit is contained in:
parent
33c35c6cc3
commit
3d7145293c
2 changed files with 4 additions and 3 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -495,11 +495,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs-master": {
|
"nixpkgs-master": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1714013158,
|
"lastModified": 1714027328,
|
||||||
"narHash": "sha256-lH0WVTZbsME7cvK6fBg/Qm7IenmsMNFcl4olCXG5ySA=",
|
"narHash": "sha256-fTeLt3l1VIWj3eXCOOweC3N9PhgYoJUzmzxgaRj5QGY=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "6421226aa5a59fa63aa43e8fc6d2d7ca33a26ca8",
|
"rev": "e17e9f572554e39dfe00cf9240e5625308727236",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -61,6 +61,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
|
package = pkgs.nixVersions.nix_2_21;
|
||||||
gc.automatic = true;
|
gc.automatic = true;
|
||||||
settings = {
|
settings = {
|
||||||
experimental-features = "nix-command flakes";
|
experimental-features = "nix-command flakes";
|
||||||
|
|
Loading…
Add table
Reference in a new issue