config-manager: Point to flake path when doing --update

This commit is contained in:
Alexander Heldt
2023-10-26 10:33:18 +02:00
parent 6adb2e794c
commit 2c211e7390

View File

@@ -28,7 +28,7 @@ EOF
update() { update() {
echo -e "\033[0;31mUPDATING FLAKE\033[0m" echo -e "\033[0;31mUPDATING FLAKE\033[0m"
sudo nix flake update sudo nix flake update ${flakePath}
} }
switch() { switch() {