add debug script for stack traces
This commit is contained in:
parent
7a7444c6a3
commit
370ae9c9c0
1 changed files with 5 additions and 0 deletions
5
scripts/debug
Executable file
5
scripts/debug
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue