From 31205e3ce9b720ee9eade7832925c5cec5be6816 Mon Sep 17 00:00:00 2001 From: Andreas Rammhold Date: Fri, 21 Feb 2020 17:23:13 +0100 Subject: [PATCH] Update shell.nix to use openssl_1_0_2 --- shell.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell.nix b/shell.nix index f492c59..7cd9a1e 100644 --- a/shell.nix +++ b/shell.nix @@ -41,7 +41,7 @@ let latest.rustChannels.stable.rust git pkgconfig - openssl.dev + openssl_1_0_2.dev ] ++ stdenv.lib.optional stdenv.isDarwin pkgs.darwin.Security; @@ -80,7 +80,7 @@ let latest.rustChannels.stable.rust #rustfmt #carnix - openssl.dev + openssl_1_0_2.dev pkgconfig git ]