From 722e740df6db2c7324a62554ba6ed19c81b4afad Mon Sep 17 00:00:00 2001 From: iff Date: Tue, 8 Apr 2025 22:04:23 +0200 Subject: [PATCH] chore(deps): remove openssl dependency from flake --- flake.nix | 5 ----- 1 file changed, 5 deletions(-) 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 = {