diff --git a/Guide/installation.markdown b/Guide/installation.markdown index 2499d2fe4..e2919df60 100644 --- a/Guide/installation.markdown +++ b/Guide/installation.markdown @@ -116,6 +116,16 @@ Note that nix can gradually grow to use several GB of disk space, especially aft You can now install IHP by running: +```bash +nix-env --install ihp-new +``` + +If you use Home Manager or NixOS, you can also add `ihp-new` to the list of packages. + +#### Package not Found? + +The package has only been added to nixpkgs recently. In case you're using an older nixpkgs version, the package might not be available yet. In that case you can install `ihp-new` like this: + ```bash nix-env -f https://downloads.digitallyinduced.com/ihp-new.tar.gz -i ihp-new ```