config-manager: Point to flake path when doing --update
This commit is contained in:
@@ -28,7 +28,7 @@ EOF
|
||||
|
||||
update() {
|
||||
echo -e "\033[0;31mUPDATING FLAKE\033[0m"
|
||||
sudo nix flake update
|
||||
sudo nix flake update ${flakePath}
|
||||
}
|
||||
|
||||
switch() {
|
||||
|
||||
Reference in New Issue
Block a user