nix: Downgrade from nix 2.23.3 to 2.22.3

It turns out that nixVersions.latest is actually 2.23.3 now and this
version conveniently doesn't have the new homeModules attribute for
flake check backported yet, so we have to downgrade to 2.22.3 anyway.

See: 0a78a55d51
This commit is contained in:
Donovan Glover
2024-07-18 19:37:03 -04:00
parent 7fe0596d90
commit e45b3b6af1

View File

@ -88,7 +88,7 @@ in
};
nix = {
package = pkgs.nixVersions.latest;
package = pkgs.nixVersions.nix_2_22;
settings = {
experimental-features = [ "nix-command" "flakes" ];