From 2dc607fd20a254549d0422deea3c8e03a30590cb Mon Sep 17 00:00:00 2001 From: Dhananjay Balan Date: Tue, 26 Mar 2024 06:34:22 +0100 Subject: [PATCH] Fix image link --- blog/2024-03-25-boostrap-a-macos-machine-with-nix.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/2024-03-25-boostrap-a-macos-machine-with-nix.markdown b/blog/2024-03-25-boostrap-a-macos-machine-with-nix.markdown index 98055fd..73b05a6 100644 --- a/blog/2024-03-25-boostrap-a-macos-machine-with-nix.markdown +++ b/blog/2024-03-25-boostrap-a-macos-machine-with-nix.markdown @@ -25,7 +25,7 @@ Unfortunately, the GUI installer installs `x86_64` version of nix, so I had to u ```sh curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install ``` -![](./images/nix-install.png) +![](/images/nix-install.png) If you haven't already, also install `Xcode tools` with `xcode-select --install`