mention hix

This commit is contained in:
Solene Rapenne 2022-08-19 18:19:20 +02:00
parent caaca49a54
commit 014b9efb64
1 changed files with 7 additions and 1 deletions

View File

@ -31,7 +31,13 @@ For all supported OS, it's possible to run **Vger** in a chroot and drop privile
```
git clone https://tildegit.org/solene/vger.git
cd vger
ghc Vger.hs
nix build
```
# Development
```
nix run .#ghcid -- . Main main tests
```
For NixOS/Nix users, there is a `shell.nix` listing the dependencies.