forked from the-distro/ofborg
Update shell.nix to use openssl_1_0_2
This commit is contained in:
parent
41687fe743
commit
31205e3ce9
|
@ -41,7 +41,7 @@ let
|
||||||
latest.rustChannels.stable.rust
|
latest.rustChannels.stable.rust
|
||||||
git
|
git
|
||||||
pkgconfig
|
pkgconfig
|
||||||
openssl.dev
|
openssl_1_0_2.dev
|
||||||
]
|
]
|
||||||
++ stdenv.lib.optional stdenv.isDarwin pkgs.darwin.Security;
|
++ stdenv.lib.optional stdenv.isDarwin pkgs.darwin.Security;
|
||||||
|
|
||||||
|
@ -80,7 +80,7 @@ let
|
||||||
latest.rustChannels.stable.rust
|
latest.rustChannels.stable.rust
|
||||||
#rustfmt
|
#rustfmt
|
||||||
#carnix
|
#carnix
|
||||||
openssl.dev
|
openssl_1_0_2.dev
|
||||||
pkgconfig
|
pkgconfig
|
||||||
git
|
git
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue