From c2cf1de81661c5dc36e262fefd16430933982473 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Mon, 8 Jul 2024 12:43:08 -0500 Subject: [PATCH] bash -> console for one of the snippets --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 4d7314c..babbab4 100644 --- a/readme.md +++ b/readme.md @@ -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 ```