switch back to nix latest as the vuln has been patched

This commit is contained in:
jacekpoz 2024-09-18 10:19:18 +02:00
parent cdbb6f3002
commit 7af7be81e7
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -4,7 +4,7 @@
... ...
}: { }: {
nix = { nix = {
package = pkgs.nixVersions.nix_2_23; package = pkgs.nixVersions.latest;
settings = { settings = {
experimental-features = [ experimental-features = [
"flakes" "flakes"