From b90d31fb860d6df042ac4bc7eb57799293e9b9d6 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 30 Sep 2024 15:08:03 -0700 Subject: chore(flake): replace openssl with libressl 3.9 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 5293f40..55f0e67 100644 --- a/flake.nix +++ b/flake.nix @@ -33,7 +33,7 @@ nativeBuildInputs = [ rust-bin.nightly."2024-07-17".default cargo-make - openssl + libressl_3_9 pkg-config cargo-watch ]; -- cgit v1.2.3