config-manager: Fix --update
This commit is contained in:
@@ -33,7 +33,7 @@ let
|
||||
|
||||
update() {
|
||||
echo -e "\033[0;31mUPDATING FLAKE\033[0m"
|
||||
nix flake update ${flakePath}
|
||||
nix flake update --flake ${flakePath}
|
||||
}
|
||||
|
||||
switch() {
|
||||
|
||||
Reference in New Issue
Block a user