blog/howistartnix: link better

This commit is contained in:
Cadey Ratio 2020-03-08 19:52:00 +00:00
parent cfdbafd059
commit 408bd689cc
1 changed files with 1 additions and 1 deletions

View File

@ -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