Skip to content

Commit

Permalink
Remove ihp-new "Package not Found?" section from installation guide
Browse files Browse the repository at this point in the history
It's not needed anymore.

Fixes #1952
  • Loading branch information
mpscholten committed May 9, 2024
1 parent 45b0a2a commit 608ed8b
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions Guide/installation.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 608ed8b

Please sign in to comment.