From 51a5f347ea4826c61349c5f0890d7f984c166eac Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Fri, 17 May 2024 16:19:32 -0500 Subject: Setup everything for static and non-static release --- flake.nix | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index a51608b..8190cae 100644 --- a/flake.nix +++ b/flake.nix @@ -33,14 +33,7 @@ ${package} = prev.${package}.overrideAttrs (_: { # Prevent the ocaml dependencies from leaking into dependent environments doNixSupport = false; - buildInputs = [ - pkgs.glibc.static - pkgs.zlib.static - pkgs.binutils-unwrapped - pkgs.ocaml - pkgs.musl - pkgs.gcc - ]; + buildInputs = []; }); }; scope' = scope.overrideScope' overlay; -- cgit v1.2.3