1
0
Fork 0
mirror of https://github.com/NixOS/nix-pills synced 2024-09-19 04:00:13 -04:00

Re-add heading id

It was removed in pandoc step for some reason.
This commit is contained in:
Jan Tojnar 2024-04-06 04:19:38 +02:00
parent ffea6cc3c0
commit dbc985e3d3

View file

@ -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. 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. 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.