dev/base: add shell abbreviation to queue CI job of current project
Alan Pearce alan@alanpearce.eu
Tue, 18 Mar 2025 22:26:50 +0100
1 files changed, 1 insertions(+), 0 deletions(-)
M user/settings/development/base.nix → user/settings/development/base.nix
@@ -91,6 +91,7 @@ b = { function = "projectdo_build"; }; r = { function = "projectdo_run"; }; t = { function = "projectdo_test"; }; p = { function = "projectdo_tool"; }; + ciq = "laminarc queue $(basename $PWD) ref=refs/heads/$(git branch --show-current) rev=$(git rev-parse @)"; }; home.shellAliases = { j = "just";