mirror of
https://github.com/librephoenix/nixos-config
synced 2025-09-03 19:44:03 +05:30
Fix update script & update channels
This commit is contained in:
parent
3c92330eaf
commit
08c87b5f23
1 changed files with 5 additions and 1 deletions
|
@ -6,4 +6,8 @@
|
|||
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
||||
|
||||
# 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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue