mirror of
https://github.com/nushell/nushell
synced 2024-12-28 14:03:09 +00:00
Updates shell.nix.
This commit is contained in:
parent
b2c53a0967
commit
de12393eaf
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,7 @@ with pkgs;
|
|||
let
|
||||
|
||||
nightly = (pkgs.rustChannelOf {
|
||||
date = "2019-09-01";
|
||||
date = "2019-10-14";
|
||||
channel = "nightly";
|
||||
}).rust.override {
|
||||
extensions = [
|
||||
|
@ -27,4 +27,5 @@ let
|
|||
in stdenv.mkDerivation {
|
||||
name = "nushell-rust";
|
||||
buildInputs = nu-deps ++ rust;
|
||||
SSL_CERT_FILE = "/etc/ssl/certs/ca-certificates.crt";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue