mirror of
https://github.com/danbulant/nushell
synced 2026-05-19 20:38:40 +00:00
Removes redundant parens.
This commit is contained in:
parent
af2ec60980
commit
5ec6bac7d9
1 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@
|
|||
with pkgs;
|
||||
let
|
||||
|
||||
nightly = ((pkgs.rustChannelOf {
|
||||
nightly = (pkgs.rustChannelOf {
|
||||
date = "2019-09-01";
|
||||
channel = "nightly";
|
||||
}).rust.override {
|
||||
|
|
@ -18,7 +18,7 @@ let
|
|||
"rust-src"
|
||||
"rustfmt-preview"
|
||||
];
|
||||
});
|
||||
};
|
||||
|
||||
nu-deps = [ openssl_1_1 pkg-config x11 python3 ];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue