diff --git a/post.md b/readme.md similarity index 98% rename from post.md rename to readme.md index 3d578f2..4d7314c 100644 --- a/post.md +++ b/readme.md @@ -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.