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`