diff --git a/blog/how-i-start-nix-2020-03-08.markdown b/blog/how-i-start-nix-2020-03-08.markdown index 4d34f87..c5cf833 100644 --- a/blog/how-i-start-nix-2020-03-08.markdown +++ b/blog/how-i-start-nix-2020-03-08.markdown @@ -12,7 +12,7 @@ tags: [Nix][nix] is a tool that helps people create reproducible builds. This means that given the a known input, you can get the same output on other machines.Let's build and deploy a small Rust service with Nix. This will not require the Rust -compiler to be installed with [rustup] or similar. +compiler to be installed with [rustup][rustup] or similar. [nix]: https://nixos.org/nix/ [rustup]: https://rustup.rs