From 63de4863696be665f4075bbd963dc59845a79d3d Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Sat, 15 Feb 2025 23:31:21 -0800 Subject: [PATCH] fix test_repo_all.sh on nixos --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index d0a0842bbe26ec36a2889c26e96f0de9a44db461..9924951fdd81e7f93047c98f1ed904833a848db6 100644 --- a/shell.nix +++ b/shell.nix @@ -5,6 +5,7 @@ pkgs.mkShell { git mercurial wget unzip gnutar + pkg-config zlib ]; hardeningDisable = [ "all" ]; -- 2.54.0