fix: nix management (now managed by Determinate Systems) 🐛

This commit is contained in:
Daniel Thoren 2025-09-08 15:08:59 +02:00 committed by GitHub
parent e2f8ab3088
commit 0701e6b107
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,18 +3,7 @@
{ {
# Apple Silicon + nix-darwin basics # Apple Silicon + nix-darwin basics
nixpkgs.hostPlatform = "aarch64-darwin"; nixpkgs.hostPlatform = "aarch64-darwin";
nix.enable = true; nix.enable = false; # Determinate manages Nix
nix = {
settings = {
experimental-features = [ "nix-command" "flakes" ];
};
gc = {
automatic = true;
interval = { Weekday = 0; Hour = 3; Minute = 0; };
};
optimise.automatic = true; # replaces auto-optimise-store
};
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;