diff --git a/flake.nix b/flake.nix index b26383a1..95c41469 100644 --- a/flake.nix +++ b/flake.nix @@ -24,7 +24,7 @@ version = "1.0.13-alpha"; buildInputs = with pkgs; [ openssl ] ++ osxDependencies; - nativeBuildInputs = with pkgs; [ pkg-config openssl ]; + nativeBuildInputs = with pkgs; [ pkg-config openssl.dev ]; src = pkgs.lib.cleanSourceWith { src = self; };