From 8b6ea4338c3bdf018126b8200527769cd79ab760 Mon Sep 17 00:00:00 2001 From: Shaun Sharples Date: Thu, 5 Sep 2024 17:36:05 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a2f057f..1af9f9b 100644 --- a/README.md +++ b/README.md @@ -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 -``` \ No newline at end of file +nix build +```