fix: use nixVersions.latest instead of pinned version

This commit is contained in:
winston 2024-06-20 08:29:29 +02:00
parent c28b9a7a76
commit 633383dd2b
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -14,7 +14,7 @@ in
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
nix = { nix = {
gc.automatic = true; gc.automatic = true;
package = pkgs.nixVersions.nix_2_22; package = pkgs.nixVersions.latest;
settings = { settings = {
# breaks the Nix Store on macOS # breaks the Nix Store on macOS
# https://github.com/NixOS/nix/issues/7273 # https://github.com/NixOS/nix/issues/7273