aliases: nxup includes nxpl now
This commit is contained in:
parent
fad37218f3
commit
731c8440ab
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ alias \
|
|||
nx='$EDITOR /etc/nixos/systems/$HOST/default.nix' \
|
||||
nxf='$EDITOR /etc/nixos/flake.nix' \
|
||||
nxpl='sudo nix-channel --update' \
|
||||
nxup='sudo nixos-rebuild switch' \
|
||||
nxup='nxpl && sudo nixos-rebuild switch' \
|
||||
nxfup='cd /etc/nixos; nix flake update; cd -' \
|
||||
|
||||
# file copying with a progress bar
|
||||
|
|
Loading…
Add table
Reference in a new issue