Fix update script & update channels
This commit is contained in:
@ -6,4 +6,8 @@
|
|||||||
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
||||||
|
|
||||||
# Update flake
|
# Update flake
|
||||||
sudo nix flake update $SCRIPT_DIR;
|
pushd $SCRIPT_DIR &> /dev/null;
|
||||||
|
sudo nix flake update;
|
||||||
|
sudo nix-channel --update;
|
||||||
|
nix-channel --update;
|
||||||
|
popd &> /dev/null;
|
||||||
|
Reference in New Issue
Block a user