Typo
This commit is contained in:
parent
aab13ebe26
commit
fa6263e42e
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
shellAliases = {
|
||||
ll = "ls -la";
|
||||
update = "nix flake update $NIX_FLAE_PATH#${vars.hostName} && sudo nixos-rebuild switch --upgrade-all --flake $NIX_FLAKE_PATH#${vars.hostName}";
|
||||
update = "nix flake update --flake $NIX_FLAKE_PATH#${vars.hostName} && sudo nixos-rebuild switch --upgrade-all --flake $NIX_FLAKE_PATH#${vars.hostName}";
|
||||
rebuild = "sudo nixos-rebuild switch --flake $NIX_FLAKE_PATH#${vars.hostName}";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue