diff --git a/flake.nix b/flake.nix index 472c6a2..795f564 100644 --- a/flake.nix +++ b/flake.nix @@ -34,8 +34,6 @@ inherit (pkgs) rustPlatform - openssl - pkg-config versionCheckHook ; in @@ -48,9 +46,6 @@ cargoLock.lockFile = src + "/Cargo.lock"; - nativeBuildInputs = [ pkg-config ]; - buildInputs = [ openssl ]; - nativeInstallCheckInputs = [ versionCheckHook ]; meta = {