mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-03-12 22:09:54 +01:00
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:
parent
7fe0596d90
commit
e45b3b6af1
@ -88,7 +88,7 @@ in
|
||||
};
|
||||
|
||||
nix = {
|
||||
package = pkgs.nixVersions.latest;
|
||||
package = pkgs.nixVersions.nix_2_22;
|
||||
|
||||
settings = {
|
||||
experimental-features = [ "nix-command" "flakes" ];
|
||||
|
Loading…
Reference in New Issue
Block a user