mirror of https://git.jolheiser.com/dotnix.git
chore: add cachix-build to nushell
Signed-off-by: jolheiser <john.olheiser@gmail.com>teamcity
parent
3d9eeadc80
commit
6bc0c58fc7
|
@ -14,6 +14,7 @@
|
||||||
du = "dust -b -d 1";
|
du = "dust -b -d 1";
|
||||||
ll = "ls -al";
|
ll = "ls -al";
|
||||||
nix-shell = "nix-shell --run nu";
|
nix-shell = "nix-shell --run nu";
|
||||||
|
cachix-build = "cachix watch-exec jolheiser -- nix build --rebuild --max-jobs 4";
|
||||||
};
|
};
|
||||||
extraConfig = with pkgs; ''
|
extraConfig = with pkgs; ''
|
||||||
use ${nu_scripts}/share/nu_scripts/custom-completions/bitwarden-cli/bitwarden-cli-completions.nu *
|
use ${nu_scripts}/share/nu_scripts/custom-completions/bitwarden-cli/bitwarden-cli-completions.nu *
|
||||||
|
|
Loading…
Reference in New Issue