migrate to uv2nix #8

Merged
ahuston-0 merged 3 commits from feature/uv2nix into main 2025-03-18 20:24:59 -04:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 798070fea9 - Show all commits

View File

@ -10,4 +10,4 @@ set -e
script_path=$(dirname "$(readlink -f $0)")
parent_path=$(dirname "$script_path")
nix run git+https://nayeonie.com/ahuston-0/flake-update-diff -- --compare-drvs --compare-output-to-file "$parent_path"
nix run . -- --compare-drvs --compare-output-to-file "$parent_path"

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 --json "$out_path" "$parent_path"
nix run . -- --evaluate --json "$out_path" "$parent_path"