fladder: quote update script again

This commit is contained in:
Sandro
2026-03-09 23:44:54 +01:00
committed by GitHub
parent 8fad6b0115
commit d5e6f86c12
+1 -1
View File
@@ -3,7 +3,7 @@
set -eou pipefail
PACKAGE_DIR=$(realpath "$(dirname "$0")")
PACKAGE_DIR="$(realpath "$(dirname "$0")")"
cd "$PACKAGE_DIR"
while ! test -f flake.nix; do cd ..; done
NIXPKGS_DIR="$PWD"