about summary refs log tree commit diff
path: root/shell.nix
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2017-08-21T10·01+0200
committerEelco Dolstra <edolstra@gmail.com>2017-08-21T10·18+0200
commit4af2611bd105f365e568069463b1700d141dd0a8 (patch)
treeb222a94aba0780ebf34f65c0417488457e104f31 /shell.nix
parent4c6a26539c8c5d1163c1a6a6d22caf818376b36a (diff)
Allow builders to create activities
Actually, currently they can only create download activities. Thus,
downloads by builtins.fetchurl show up in the progress bar.
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix
index 435399f0b2..2b4d0dd201 100644
--- a/shell.nix
+++ b/shell.nix
@@ -18,6 +18,7 @@ with import ./release-common.nix { inherit pkgs; };
         customMemoryManagement = false;
       })
       autoreconfHook
+      nlohmann_json
 
       # For nix-perl
       perl