blog/howistartnix: i words good

This commit is contained in:
Cadey Ratio 2020-03-08 19:46:37 +00:00
parent e108718bdb
commit ef8be724fe
1 changed files with 5 additions and 4 deletions

View File

@ -9,10 +9,11 @@ tags:
# How I Start: 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. Nix is
simple, and this article will help to understand that. Let's build and deploy a
small Rust service with Nix.
[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.
[nix]: https://nixos.org/nix/
1. Setting up your environment
2. A new project