Merge remote-tracking branch 'origin/main' into compass

This commit is contained in:
Greg Hellings
2023-08-23 14:48:40 -05:00
committed by greg-compass
49 changed files with 1039 additions and 287 deletions
+1 -1
View File
@@ -41,7 +41,7 @@
cylint = "./scripts/run_yaml_lint.py";
cpip = "compass workspace run src/python3/uc/tools:run_pip_compile";
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";