Created
July 1, 2017 17:48
-
-
Save infinisil/bb25598f618df07aaa83d9d1b98c5ec4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /usr/bin/env nix-shell | |
| #! nix-shell -Q -i bash -p graphviz feh | |
| tmp=$(mktemp) | |
| dot -Tpng <(nix-store -q --graph $@) > $tmp | |
| feh -. $tmp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment