Skip to content

Commit

Permalink
Use the new ihp-new package from nixpkgs for install instructions in …
Browse files Browse the repository at this point in the history
…the docs
  • Loading branch information
mpscholten committed Oct 20, 2022
1 parent 30d03a7 commit 8fa1348
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Guide/installation.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,15 @@ 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
```


#### 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
```
Expand Down

0 comments on commit 8fa1348

Please sign in to comment.