fix uploaed script
Some checks failed
/ perform flake analysis (push) Successful in 36s
/ build hive configuration (push) Failing after 37s

This commit is contained in:
2026-01-09 11:52:45 +01:00
parent 4c1d0b06dc
commit ef4344b962

View File

@@ -2,7 +2,7 @@
set -eu set -eu
set -f set -f
if ! nix; then if ! nix --version; then
exit 0 exit 0
fi fi