feat: use stable nix

This commit is contained in:
winston 2024-07-27 19:04:40 +02:00
parent 7be2b5d971
commit 8cd9a38cab
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -14,7 +14,6 @@ in
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
nix = { nix = {
gc.automatic = true; gc.automatic = true;
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