From 0daed2e5aa19a1a4742b487f08f739c7660bfb45 Mon Sep 17 00:00:00 2001 From: greg-compass Date: Mon, 10 Apr 2023 13:12:30 -0500 Subject: [PATCH] Add Compass compile command --- home/xonsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/xonsh.nix b/home/xonsh.nix index 85e0148..51d875c 100644 --- a/home/xonsh.nix +++ b/home/xonsh.nix @@ -39,6 +39,7 @@ crun = "compass workspace run"; ctest = "compass workspace test"; 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"; d = "vox deactivate";