Mention nix build in readme

This commit is contained in:
Valentin Brandl 2020-03-20 17:47:55 +01:00
parent 6c414bf07d
commit 7af58de9fa
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -45,6 +45,10 @@ $ docker build .
inside the repository. inside the repository.
I'm currently working on migrating to [nix](https://nixos.org/nix). To get a
development shell, run `nix-shell`, to build the package run `nix-build --attr
package` and to build the Docker image, run `nix-build --attr dockerImage`.
## Running ## Running