downgrade to nix 2.23

https://functional.cafe/@roberth/113109938376525445
This commit is contained in:
jacekpoz 2024-09-10 11:45:48 +02:00
parent ebef7ddd6b
commit a089280fe6
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

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