bash -> console for one of the snippets
This commit is contained in:
parent
3a58cac85f
commit
c2cf1de816
|
@ -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).
|
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
|
$ nix-store --query --graph $(readlink result) | nix shell nixpkgs#graphviz -c dot -Tpng -o what-is-my-ip-deps.png
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue