Minor fixes

This commit is contained in:
Emmet
2024-12-28 11:30:30 -06:00
parent a8f84076e1
commit b6f4118a6b
3 changed files with 4 additions and 15 deletions

View File

@@ -7,7 +7,5 @@ SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
# Update flake
pushd $SCRIPT_DIR/.. &> /dev/null;
sudo nix flake update;
sudo nix-channel --update;
nix-channel --update;
sudo nix flake update "$@";
popd &> /dev/null;