nix-dotfiles/utils/diff-evals.sh
ahuston-0 a16779507d
All checks were successful
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 16s
Check Nix flake / Perform Nix flake checks (pull_request) Successful in 21m46s
Check Nix formatting / Perform Nix format checks (pull_request) Successful in 7m31s
allow ifd during CI
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2025-05-26 20:06:06 -04:00

14 lines
368 B
Bash
Executable File

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