fix: nix management (now managed by Determinate Systems) 🐛
This commit is contained in:
parent
e2f8ab3088
commit
0701e6b107
1 changed files with 1 additions and 12 deletions
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue