nix: Downgrade from nix 2.24.4 to 2.22.3

https://github.com/NixOS/nix/security/advisories/GHSA-h4vv-h3jq-v493
This commit is contained in:
Donovan Glover 2024-09-10 11:39:00 -04:00
parent 4495459229
commit 5465e572f4
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -109,7 +109,7 @@ in
};
nix = {
package = pkgs.nixVersions.latest;
package = pkgs.nixVersions.nix_2_22;
settings = {
auto-optimise-store = true;