darwin build

This commit is contained in:
Noah Masur
2025-03-16 15:12:07 -04:00
parent 98356634cd
commit e0588878b1
10 changed files with 33 additions and 33 deletions

View File

@ -18,6 +18,8 @@ in
nix = {
enable = true;
# Set channel to flake packages, used for nix-shell commands
nixPath = [ "nixpkgs=${pkgs.path}" ];
@ -37,6 +39,11 @@ in
gc = {
automatic = true;
options = "--delete-older-than 10d";
interval = {
Hour = 12;
Minute = 15;
Day = 1;
};
};
settings = {