add debug script for stack traces

This commit is contained in:
Emile Clark-Boman 2026-01-27 17:47:17 +10:00
parent 7a7444c6a3
commit 370ae9c9c0

5
scripts/debug Executable file
View file

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