Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bflyblue authored Sep 5, 2024
1 parent 08d4d6f commit 8b6ea43
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ servant-event-stream
This library adds necessary type combinators to support [Server Sent Events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events)
within [Servant ecosystem](https://github.com/haskell-servant/).

Dev Environment
---------------
Development Environment
-----------------------

Dev env is based on [Nix](https://nixos.org) and [Niv](https://github.com/nmattia/niv).
Development environment uses [Nix](https://nixos.org) flakes.

To enter the dev shell, run
```bash
nix-shell
nix develop
```

You can build the project with
```bash
nix-build
```
nix build
```

0 comments on commit 8b6ea43

Please sign in to comment.