From 18b9b544a073adcf59e8fa62010f9983919f432e Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 29 Nov 2024 19:43:39 +0100 Subject: [PATCH] add bzip2 --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 35a96eb..b769e07 100644 --- a/flake.nix +++ b/flake.nix @@ -20,6 +20,7 @@ ] ++ (pkgs.lib.optionals pkgs.stdenv.isDarwin [ # needed to build Holochain on macos pkgs.darwin.apple_sdk.frameworks.SystemConfiguration + pkgs.bzip2 ]); shellHook = ''