Add some instructions for the Nix setup

This commit is contained in:
Paul Brinkmeier 2023-03-16 03:15:55 +01:00
parent 3fd4177cd4
commit 610c819483

View File

@ -1 +1,21 @@
# utoy # utoy
## Building the executable
```
$ $(nix-build utoy.nix)/bin/utoy
```
## Building the Docker image
```
$ docker load < $(nix-build nix/docker-image.nix)
```
## Development Shell
Includes Stack, `haskell-language-server`, `gen-hie` etc.
```
$ nix-shell
```