Skip to content

Commit

Permalink
Merge pull request #1559 from digitallyinduced/docs-update-install
Browse files Browse the repository at this point in the history
Use the new ihp-new package from nixpkgs for install instructions in the docs
  • Loading branch information
mpscholten authored Oct 21, 2022
2 parents 4c428a1 + c43b625 commit d45ff89
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Guide/installation.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit d45ff89

Please sign in to comment.