Files
nix-dotfiles/utils/diff-evals.sh
T

14 lines
368 B
Bash
Raw Normal View History

2024-07-04 00:33:54 -04:00
#!/usr/bin/env nix
#! nix shell nixpkgs#bash nixpkgs#gnugrep nixpkgs#nvd --command bash
# diffs each derivation
set -x
set -v
set -e
script_path=$(dirname "$(readlink -f $0)")
parent_path=$(dirname "$script_path")
2025-05-26 20:06:06 -04:00
nix run git+https://nayeonie.com/ahuston-0/flake-update-diff -- --compare-drvs --allow-import-from-derivation --compare-output-to-file "$parent_path"