switch back to nix latest as the vuln has been patched
This commit is contained in:
parent
cdbb6f3002
commit
7af7be81e7
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
...
|
||||
}: {
|
||||
nix = {
|
||||
package = pkgs.nixVersions.nix_2_23;
|
||||
package = pkgs.nixVersions.latest;
|
||||
settings = {
|
||||
experimental-features = [
|
||||
"flakes"
|
||||
|
|
Loading…
Reference in a new issue