Try to update boot for jude

This commit is contained in:
Greg Hellings
2023-08-17 11:11:03 -05:00
parent 536cec290f
commit 6e786e7d59
2 changed files with 21 additions and 11 deletions
+1 -1
View File
@@ -40,7 +40,7 @@
ctest = "compass workspace test";
cylint = "./scripts/run_yaml_lint.py";
cleanup = "nix-collect-garbage -d && nix store optimise";
cleanup = "nix-collect-garbage --delete-older-than 30d && nix store optimise";
d = "vox deactivate";
devroles = "cd ~/src/ansible_collections/devroles";
dirflake = "nix flake new -t github:nix-community/nix-direnv";