diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2017-12-04T16·07+0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2017-12-04T16·11+0100 |
commit | 7f2c324ed18cba4004ff89dfd84cf2df979b2571 (patch) | |
tree | 48ee765a4eefa021869e2f7f7ef18991f9a279d4 /shell.nix | |
parent | f1efb97075d301c05f5fe974b9234f2920e83c27 (diff) |
Simplify build by including nlohmann/json.hpp
Diffstat (limited to 'shell.nix')
-rw-r--r-- | shell.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix index f47952582fce..d6ae5a55226e 100644 --- a/shell.nix +++ b/shell.nix @@ -18,7 +18,6 @@ with import ./release-common.nix { inherit pkgs; }; customMemoryManagement = false; }) autoreconfHook - nlohmann_json # For nix-perl perl |