diff options
author | Silas Schöffel <sils@sils.li> | 2024-04-04 19:15:01 +0200 |
---|---|---|
committer | Silas Schöffel <sils@sils.li> | 2024-04-04 19:15:01 +0200 |
commit | b251634bfe9bd3f5783543a8a0ecd7fef5abc320 (patch) | |
tree | f42251837407a321aa59a70e145871576ef4347c /hm | |
parent | revert "readme: mention replacement repository" (diff) | |
download | nix-config-b251634bfe9bd3f5783543a8a0ecd7fef5abc320.tar.gz nix-config-b251634bfe9bd3f5783543a8a0ecd7fef5abc320.zip |
zsh: update sys-update flake location to new path
Diffstat (limited to 'hm')
-rw-r--r-- | hm/zsh/config/functions.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/zsh/config/functions.zsh b/hm/zsh/config/functions.zsh index 30dbbec..92eb314 100644 --- a/hm/zsh/config/functions.zsh +++ b/hm/zsh/config/functions.zsh @@ -1,3 +1,3 @@ sys-update() { - sudo nixos-rebuild $1 --flake /home/sils/repos/nix-config# + sudo nixos-rebuild $1 --flake /home/sils/repos/sils/nix-config# } |