shell: replace ns alias with nsp
This commit is contained in:
parent
7caf7d7baf
commit
45363d4fce
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ alias \
|
||||||
|
|
||||||
# Nix
|
# Nix
|
||||||
alias \
|
alias \
|
||||||
ns='nix-shell' \
|
nsp='nix-shell -p' \
|
||||||
nx='$EDITOR /etc/nixos/systems/$HOST/default.nix' \
|
nx='$EDITOR /etc/nixos/systems/$HOST/default.nix' \
|
||||||
nxf='$EDITOR /etc/nixos/flake.nix' \
|
nxf='$EDITOR /etc/nixos/flake.nix' \
|
||||||
nxpl='sudo nix-channel --update' \
|
nxpl='sudo nix-channel --update' \
|
||||||
|
|
Loading…
Add table
Reference in a new issue