From b95c3c8afede8966cb8494e059faf91aae261be8 Mon Sep 17 00:00:00 2001 From: Jann Marc Villablanca <31008330+jfvillablanca@users.noreply.github.com> Date: Fri, 22 Dec 2023 12:32:05 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20add=20openssl=20runtime?= =?UTF-8?q?=20dependencies=20(#451)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - OpenSSL dependencies are usually readily available for non-Nix distros but not for NixOS users. --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 6c30713..749f3af 100644 --- a/flake.nix +++ b/flake.nix @@ -41,6 +41,8 @@ rustPackages.clippy rustc yamllint + openssl + pkg-config ]; RUST_SRC_PATH = rustPlatform.rustLibSrc; };