forked from extern/nushell
Removes redundant parens.
This commit is contained in:
parent
af2ec60980
commit
5ec6bac7d9
@ -7,7 +7,7 @@
|
|||||||
with pkgs;
|
with pkgs;
|
||||||
let
|
let
|
||||||
|
|
||||||
nightly = ((pkgs.rustChannelOf {
|
nightly = (pkgs.rustChannelOf {
|
||||||
date = "2019-09-01";
|
date = "2019-09-01";
|
||||||
channel = "nightly";
|
channel = "nightly";
|
||||||
}).rust.override {
|
}).rust.override {
|
||||||
@ -18,7 +18,7 @@ let
|
|||||||
"rust-src"
|
"rust-src"
|
||||||
"rustfmt-preview"
|
"rustfmt-preview"
|
||||||
];
|
];
|
||||||
});
|
};
|
||||||
|
|
||||||
nu-deps = [ openssl_1_1 pkg-config x11 python3 ];
|
nu-deps = [ openssl_1_1 pkg-config x11 python3 ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user