Merge pull request #201394 from divanorama/zhf2211/rustup-toolchain-install-master

This commit is contained in:
Martin Weinelt 2022-11-19 13:26:09 +01:00 committed by GitHub
commit 6b242972a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15258,6 +15258,7 @@ with pkgs;
};
rustup-toolchain-install-master = callPackage ../development/tools/rust/rustup-toolchain-install-master {
inherit (darwin.apple_sdk.frameworks) Security;
openssl = openssl_1_1;
};
rusty-man = callPackage ../development/tools/rust/rusty-man { };