From fbfe47c2e1d6ba0f80d9744bd4a597c8e03548a9 Mon Sep 17 00:00:00 2001 From: Benalleng Date: Tue, 20 Jan 2026 09:47:20 -0500 Subject: [PATCH] Add library path to have pacakages available at runtime There has been a regression where corepc-node needs libbz2.so.1.0 but it is not compiled at runtime. This commit adds bzip2 to the package list to allow corepc-node to compile. --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index d5a1fd1a1..76f93e02c 100644 --- a/flake.nix +++ b/flake.nix @@ -207,6 +207,7 @@ rust-analyzer dart cargo-fuzz + bzip2 # needed for some machines to have access to libzip at runtime ] ++ pkgs.lib.optionals (!pkgs.stdenv.isDarwin) [ cargo-llvm-cov