From 5ec6bac7d99e7e2e3c4aa503f17efbc9e95608cf Mon Sep 17 00:00:00 2001 From: Thomas Hartmann Date: Fri, 11 Oct 2019 21:39:11 +0200 Subject: [PATCH] Removes redundant parens. --- shell.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell.nix b/shell.nix index 9e7cbe972..f5c61ac0a 100644 --- a/shell.nix +++ b/shell.nix @@ -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 ];