aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 5430d3904..ee76d9188 100644
--- a/flake.nix
+++ b/flake.nix
@@ -89,7 +89,6 @@
openssl sqlite
libarchive
boost
- nlohmann_json
lowdown
gmock
]
@@ -334,7 +333,6 @@
xz
pkgs.perl
boost
- nlohmann_json
]
++ lib.optional (stdenv.isLinux || stdenv.isDarwin) libsodium
++ lib.optional stdenv.isDarwin darwin.apple_sdk.frameworks.Security;