Move markdown to readme, include image

This commit is contained in:
Daniel Flanagan 2024-07-08 12:41:46 -05:00
parent dcf840dc6f
commit 3a58cac85f

View file

@ -74,7 +74,7 @@ Now that this is in Nix and we've modeled our dependencies, we can do _fun_ thin
$ nix-store --query --graph $(readlink result) | nix shell nixpkgs#graphviz -c dot -Tpng -o what-is-my-ip-deps.png
```
[![Image of what-is-my-ip dependencies as a graph](/assets/images/what-is-my-ip-deps.png)](/assets/images/what-is-my-ip-deps.png)
[![Image of what-is-my-ip dependencies as a graph](./what-is-my-ip-deps.png)](./what-is-my-ip-deps.png)
Let's create a _developer environment_ and bring in our new tool.
This is a great way to create developer environments with reproducible tools.