add impure build command
This commit is contained in:
parent
de73a2dbf0
commit
0ca389f332
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ in
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
update = "nix flake update --commit-lock-file $HOME/nixos && sudo nixos-rebuild switch --flake $HOME/nixos";
|
update = "nix flake update --commit-lock-file $HOME/nixos && sudo nixos-rebuild switch --flake $HOME/nixos";
|
||||||
nb = "nix build -L";
|
nb = "nix build -L";
|
||||||
|
nbi = "nix build -L -f .";
|
||||||
ns = "nix shell -L";
|
ns = "nix shell -L";
|
||||||
};
|
};
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue