mirror of
https://github.com/nushell/nushell.git
synced 2025-07-13 04:46:17 +02:00
Removes rust_src_path and ssl_cert_file vars.
This commit is contained in:
@ -27,6 +27,4 @@ let
|
||||
in stdenv.mkDerivation {
|
||||
name = "nushell-rust";
|
||||
buildInputs = nu-deps ++ rust;
|
||||
RUST_SRC_PATH = "${nightly}/lib/rustlib/src/rust/src";
|
||||
SSL_CERT_FILE = "/etc/ssl/certs/ca-certificates.crt";
|
||||
}
|
||||
|
Reference in New Issue
Block a user