From 7af58de9fabc219463b006a88cfe074244587f47 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Fri, 20 Mar 2020 17:47:55 +0100 Subject: [PATCH] Mention nix build in readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 016a52a..3b4493e 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,10 @@ $ docker build . 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