From 3a58cac85fe3541b8ac4d882db63adca5dd0a736 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Mon, 8 Jul 2024 12:41:46 -0500 Subject: [PATCH] Move markdown to readme, include image --- post.md => readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename post.md => readme.md (98%) 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.