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