From 33debbed5c13428c2080d26cf2b072aad4b158f9 Mon Sep 17 00:00:00 2001 From: Lorin Werthen-Brabants Date: Fri, 27 Sep 2024 12:56:10 +0200 Subject: [PATCH] Add a quick explanation regarding Nix users --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 5331fd6d..2e244e3e 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,14 @@ Our official meeting reports are added as a submodule so they update automatical git submodule update --init --recursive ``` +### For Nix users + +If you are using Nix, you can use the provided `shell.nix` file to get a shell with all the required dependencies. + +```bash +nix-shell +``` + ### Deploying The latest and greatest builds on master get deployed automatically using [travis](https://travis-ci.org).