cleanup tliam script

This commit is contained in:
Shelvacu
2025-02-08 19:50:17 -08:00
committed by Shelvacu on fw
parent 294aa9f4d7
commit 08e29e7421

3
tliam
View File

@@ -22,9 +22,8 @@ flake_path="$("${flake_archive_cmd[@]}" | jq .path -r)"
# fail "liam-sieve failed with exit code $?"
# fi
if "${prefix[@]}" nix run "${flake_path}#checks.x86_64-linux.liam.driver" -- "$@"; then
echo yay
echo "SUCCESS" >&2
else
fail "liam-vm failed with exit code $?"
fi
echo "SUCCESS" >&2