diff --git a/pills/03-enter-environment.md b/pills/03-enter-environment.md index 44a90f9..899f945 100644 --- a/pills/03-enter-environment.md +++ b/pills/03-enter-environment.md @@ -14,7 +14,7 @@ If that\'s not the case: To remind you, `~/.nix-profile/etc` points to the `nix-2.1.3` derivation. At this point, we are in our Nix user profile. -## Install something +## Install something {#install-something} Finally something practical! Installation into the Nix environment is an interesting process. Let\'s install `hello`, a simple CLI tool which prints `Hello world` and is mainly used to test compilers and package installations.