chore(deps): remove openssl dependency from flake

This commit is contained in:
iff 2025-04-08 22:04:23 +02:00
parent 48b7220b9a
commit 722e740df6

View file

@ -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 = {