From 4af2611bd105f365e568069463b1700d141dd0a8 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 21 Aug 2017 12:01:21 +0200 Subject: Allow builders to create activities Actually, currently they can only create download activities. Thus, downloads by builtins.fetchurl show up in the progress bar. --- shell.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 435399f0b..2b4d0dd20 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 -- cgit v1.2.3