Update shell.nix to use openssl_1_0_2

This commit is contained in:
Andreas Rammhold 2020-02-21 17:23:13 +01:00
parent 41687fe743
commit 31205e3ce9
No known key found for this signature in database
GPG key ID: E432E410B5E48C86

View file

@ -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
]