From 608ed8b2ba0c48c67425e3dd761b89c1b6db75ec Mon Sep 17 00:00:00 2001 From: Marc Scholten Date: Thu, 9 May 2024 11:34:09 +0200 Subject: [PATCH] Remove ihp-new "Package not Found?" section from installation guide It's not needed anymore. Fixes https://github.com/digitallyinduced/ihp/issues/1952 --- Guide/installation.markdown | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/Guide/installation.markdown b/Guide/installation.markdown index 74105db87..265594126 100644 --- a/Guide/installation.markdown +++ b/Guide/installation.markdown @@ -136,15 +136,7 @@ You can now install IHP by running: 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 -``` +If you use Home Manager or NixOS, you can also add `ihp-new` to the list of packages. If you use nix flakes, you likely want to run `nix profile install nixpkgs#ihp-new` instead. #### NixOS specific