fix output to file
All checks were successful
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 13s
Check Nix formatting / Perform Nix format checks (pull_request) Successful in 2m59s
Check Nix flake / Perform Nix flake checks (ubuntu-latest) (pull_request) Successful in 9m49s
Check Nix flake / Build nix outputs (ubuntu-latest) (pull_request) Successful in 25m47s

This commit is contained in:
2025-03-08 15:20:19 -05:00
parent 6e00ab2d85
commit b0f357deb3
2 changed files with 2 additions and 3 deletions

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 "$parent_path"
nix run git+https://nayeonie.com/ahuston-0/flake-update-diff -- --compare-drvs --compare-output-to-file "$parent_path"