Add nix install instructions
This commit is contained in:
parent
de4b32c022
commit
bc8db13160
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -20,6 +20,16 @@ cabal new-install hablo
|
|||
|
||||
Alternatively, if you prefer to do things yourself you can do a
|
||||
|
||||
#### Simple install with nix
|
||||
|
||||
Want to give hablo a quick try using nix ?
|
||||
|
||||
```bash
|
||||
nix-env -f 'https://git.marvid.fr/Tissevert/mynixpkgs/archive/main.tar.gz' -i hablo
|
||||
```
|
||||
|
||||
Visit my [Nix packages](https://git.marvid.fr/Tissevert/mynixpkgs) for a more declarative setup.
|
||||
|
||||
#### Manual install from this repository
|
||||
|
||||
Get a copy of this repository
|
||||
|
|
Loading…
Reference in a new issue