Merge branch 'main' of gh:greg-hellings/nixos-config
This commit is contained in:
+5
-6
@@ -32,23 +32,22 @@
|
|||||||
aliases = {
|
aliases = {
|
||||||
ac = "vox activate";
|
ac = "vox activate";
|
||||||
|
|
||||||
|
cbazel = "compass workspace exec bazel";
|
||||||
cblack = "compass workspace run src/python3/uc/tools:run_black --";
|
cblack = "compass workspace run src/python3/uc/tools:run_black --";
|
||||||
cbuild = "compass workspace build";
|
cbuild = "compass workspace build";
|
||||||
cci = "compass workspace run src/python3/uc/tools:circleci-checks";
|
cci = "compass workspace run src/python3/uc/tools:circleci-checks";
|
||||||
|
ccover = "compass workspace cover --extra-cmd-args=\"--test_output=errors\"";
|
||||||
|
cexec = "compass workspace exec";
|
||||||
|
cfetch = "compass workspace exec bazel run src/go/compass.com/tools/circleci_results_cache:fetch";
|
||||||
cgh = "$GH_CONFIG_DIR=\"${config.home.homeDirectory}/.config/gh/compass\" gh";
|
cgh = "$GH_CONFIG_DIR=\"${config.home.homeDirectory}/.config/gh/compass\" gh";
|
||||||
|
cpip = "compass workspace run src/python3/uc/tools:run_pip_compile";
|
||||||
crun = "compass workspace run";
|
crun = "compass workspace run";
|
||||||
ctest = "compass workspace test --extra-cmd-args=\"--test_output=errors\"";
|
ctest = "compass workspace test --extra-cmd-args=\"--test_output=errors\"";
|
||||||
ccover = "compass workspace cover --extra-cmd-args=\"--test_output=errors\"";
|
|
||||||
cylint = "compass workspace run src/python3/uc/tools:run_yaml_lint";
|
cylint = "compass workspace run src/python3/uc/tools:run_yaml_lint";
|
||||||
cpip = "compass workspace run src/python3/uc/tools:run_pip_compile";
|
|
||||||
cexec = "compass workspace exec";
|
|
||||||
cbazel = "compass workspace exec bazel";
|
|
||||||
gazelle = "compass workspace exec bazel run :gazelle";
|
gazelle = "compass workspace exec bazel run :gazelle";
|
||||||
cfetch = "compass workspace exec bazel run src/go/compass.com/tools/circleci_results_cache:fetch";
|
|
||||||
|
|
||||||
cleanup = "sudo nix-collect-garbage --delete-older-than 30d && nix store optimise";
|
cleanup = "sudo nix-collect-garbage --delete-older-than 30d && nix store optimise";
|
||||||
d = "vox deactivate";
|
d = "vox deactivate";
|
||||||
devroles = "cd ~/src/ansible_collections/devroles";
|
|
||||||
dirflake = "nix flake new -t github:nix-community/nix-direnv";
|
dirflake = "nix flake new -t github:nix-community/nix-direnv";
|
||||||
gh-personal = "$GH_CONFIG_DIR=\"${config.home.homeDirectory}/.config/gh/personal\" gh";
|
gh-personal = "$GH_CONFIG_DIR=\"${config.home.homeDirectory}/.config/gh/personal\" gh";
|
||||||
ls = "ls --color";
|
ls = "ls --color";
|
||||||
|
|||||||
Reference in New Issue
Block a user