chore: add cachix-build to nushell

Signed-off-by: jolheiser <john.olheiser@gmail.com>
jenkins
jolheiser 2024-01-20 20:49:59 -06:00
parent 3d9eeadc80
commit 6bc0c58fc7
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
du = "dust -b -d 1";
ll = "ls -al";
nix-shell = "nix-shell --run nu";
cachix-build = "cachix watch-exec jolheiser -- nix build --rebuild --max-jobs 4";
};
extraConfig = with pkgs; ''
use ${nu_scripts}/share/nu_scripts/custom-completions/bitwarden-cli/bitwarden-cli-completions.nu *