diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2017-08-21T10·01+0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2017-08-21T10·18+0200 |
commit | 4af2611bd105f365e568069463b1700d141dd0a8 (patch) | |
tree | b222a94aba0780ebf34f65c0417488457e104f31 /shell.nix | |
parent | 4c6a26539c8c5d1163c1a6a6d22caf818376b36a (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.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix index 435399f0b25c..2b4d0dd201e7 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 |