bash -> console for one of the snippets

This commit is contained in:
Daniel Flanagan 2024-07-08 12:43:08 -05:00
parent 3a58cac85f
commit c2cf1de816

View file

@ -70,7 +70,7 @@ $ nix run
Now that this is in Nix and we've modeled our dependencies, we can do _fun_ things like generate graph diagrams to view them (click the image to view larger).
```bash
```console
$ nix-store --query --graph $(readlink result) | nix shell nixpkgs#graphviz -c dot -Tpng -o what-is-my-ip-deps.png
```