blog/howistartnix: i words good
This commit is contained in:
parent
e108718bdb
commit
ef8be724fe
|
@ -9,10 +9,11 @@ tags:
|
||||||
|
|
||||||
# How I Start: Nix
|
# How I Start: Nix
|
||||||
|
|
||||||
Nix is a tool that helps people create reproducible builds. This means that
|
[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
|
given the a known input, you can get the same output on other machines.Let's
|
||||||
simple, and this article will help to understand that. Let's build and deploy a
|
build and deploy a small Rust service with Nix.
|
||||||
small Rust service with Nix.
|
|
||||||
|
[nix]: https://nixos.org/nix/
|
||||||
|
|
||||||
1. Setting up your environment
|
1. Setting up your environment
|
||||||
2. A new project
|
2. A new project
|
||||||
|
|
Loading…
Reference in New Issue