fix output to file

This commit is contained in:
2025-03-08 15:20:19 -05:00
parent d06a0edad4
commit 8d01d66c5e
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"