Skip to content

Instantly share code, notes, and snippets.

@infinisil
Created July 1, 2017 17:48
Show Gist options
  • Select an option

  • Save infinisil/bb25598f618df07aaa83d9d1b98c5ec4 to your computer and use it in GitHub Desktop.

Select an option

Save infinisil/bb25598f618df07aaa83d9d1b98c5ec4 to your computer and use it in GitHub Desktop.
#! /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