From cf39aa5ad95cf3d704ecd2aa4055e4c23e74fb6b Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Sat, 6 Apr 2024 04:19:38 +0200 Subject: [PATCH] Re-add heading id It was removed in pandoc step for some reason. --- pills/03-enter-environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.