From dbc985e3d3c67b3c624fea59bdf44b2f456c0864 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 66b140c..19247f7 100644 --- a/pills/03-enter-environment.md +++ b/pills/03-enter-environment.md @@ -16,7 +16,7 @@ $ source ~/.nix-profile/etc/profile.d/nix.sh 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.