nt/scripts/debug
2026-01-27 17:47:17 +10:00

5 lines
137 B
Bash
Executable file

#!/usr/bin/env bash
nix flake check --show-trace 2>&1 \
| rg -F 'at /nix/store' \
| cut -d'/' -f5- \
| uniq