fix: nosrebuild script
This commit is contained in:
parent
2cbcfa0f98
commit
d2748133d5
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
set -euo pipefail
|
||||
|
||||
REV=$(curl https://api.github.com/repos/ragon000/nixos-config/branches/main | jq -r .commit.sha)
|
||||
REV=$(curl https://api.github.com/repos/thexyno/nixos-config/branches/main | jq -r .commit.sha)
|
||||
|
||||
if [[ $(uname) == "Linux" ]]; then
|
||||
sudo nixos-rebuild switch --flake "github:ragon000/nixos-config?rev=$REV"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue