Merge pull request 'Update utils/eval-to-drv.sh' (#124) from ahuston-0-patch-2 into main
Some checks failed
Check flake.lock / Check health of `flake.lock` (push) Successful in 17s
Check Nix flake / Perform Nix flake checks (push) Successful in 5m7s
Update flakes / update_lockfile (push) Failing after 13m34s

Reviewed-on: #124
This commit is contained in:
ahuston-0 2025-06-28 15:30:04 -04:00
commit 726ff95163

View File

@ -16,4 +16,4 @@ script_path=$(dirname "$(readlink -f $0)")
parent_path=$(dirname "$script_path")
out_path="$parent_path/$1.json"
nix run git+https://nayeonie.com/ahuston-0/flake-update-diff -- --evaluate --allow-import-from-derivation --json "$out_path" "$parent_path"
nix run git+https://nayeonie.com/ahuston-0/flake-update-diff --fallback -- --evaluate --allow-import-from-derivation --json "$out_path" "$parent_path"