Skip to content

Commit d45ff89

Browse files
authored
Merge pull request #1559 from digitallyinduced/docs-update-install
Use the new ihp-new package from nixpkgs for install instructions in the docs
2 parents 4c428a1 + c43b625 commit d45ff89

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Guide/installation.markdown

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,16 @@ Note that nix can gradually grow to use several GB of disk space, especially aft
116116

117117
You can now install IHP by running:
118118

119+
```bash
120+
nix-env --install ihp-new
121+
```
122+
123+
If you use Home Manager or NixOS, you can also add `ihp-new` to the list of packages.
124+
125+
#### Package not Found?
126+
127+
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:
128+
119129
```bash
120130
nix-env -f https://downloads.digitallyinduced.com/ihp-new.tar.gz -i ihp-new
121131
```

0 commit comments

Comments
 (0)