fix: unbound variable in .#test-examples

This commit is contained in:
DavHau 2022-12-28 15:27:06 +08:00
parent 0073d6db66
commit 40eb491b8a

View File

@ -34,7 +34,7 @@
start_time=$(date +%s)
cp -r ${examples}/$dir/* .
chmod -R +w .
if [ -n "$NIX" ]; then
if [ -n "''${NIX:-}" ]; then
PATH="$(dirname $NIX):$PATH"
fi
nix flake lock --override-input dream2nix ${../../.}