Install direnv.

This commit is contained in:
Tom Alexander
2025-07-13 16:07:25 -04:00
parent 399379cea0
commit 8847063948
5 changed files with 71 additions and 1 deletions

View File

@@ -16,6 +16,7 @@
./roles/boot
./roles/chromecast
./roles/chromium
./roles/direnv
./roles/distributed_build
./roles/docker
./roles/ecc
@@ -142,7 +143,7 @@
# Runs nix-collect-garbage --delete-older-than 5d
automatic = true;
persistent = true;
dates = "weekly";
dates = "monthly";
# randomizedDelaySec = "14m";
options = "--delete-older-than 30d";
};