From 4cb5ac04bcd762479021ef57706ff582f14890b8 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Tue, 19 Jun 2018 14:30:35 +0200 Subject: [PATCH] Fix Rust entry in common-software --- profiles/environment/common-software.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/environment/common-software.nix b/profiles/environment/common-software.nix index cb58f7c..617314b 100644 --- a/profiles/environment/common-software.nix +++ b/profiles/environment/common-software.nix @@ -54,7 +54,7 @@ packages: {config, ...}: { # Rust /* nixpkgs.rustChannels.nightly.rust nixpkgs.rustChannels.nightly.rust-src */ - (nixpkgs.rustChannelOf { date = "2018-04-30"; channel = "nightly"; }).rust.override { extensions = [ "rust-src" ]; } + ((nixpkgs.rustChannelOf { date = "2018-04-30"; channel = "nightly"; }).rust.override { extensions = [ "rust-src" ]; }) # Downloaders and filesharing (unstable.python35Packages.youtube-dl.override {