summary refs log tree commit diff stats
path: root/hm
diff options
context:
space:
mode:
authorSilas Schöffel <sils@sils.li>2024-04-04 19:15:01 +0200
committerSilas Schöffel <sils@sils.li>2024-04-04 19:15:01 +0200
commitb251634bfe9bd3f5783543a8a0ecd7fef5abc320 (patch)
treef42251837407a321aa59a70e145871576ef4347c /hm
parentrevert "readme: mention replacement repository" (diff)
downloadnix-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.zsh2
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#
 }