This commit is contained in:
Morten Olsen
2023-11-14 20:32:30 +01:00
parent fbc50c98d2
commit 14ae82222c
9 changed files with 30 additions and 14 deletions

1
os.sh
View File

@@ -29,7 +29,6 @@ function upgrade() {
if git -C "$LOCATION" diff-index --quiet HEAD --; then
nix flake update --commit-lock-file "$LOCATION"
apply $1
cleanup
else
echo "Error: git working tree is dirty"
exit 1