From c8ae1497317a8511c1f9eede46ebd8630bfdbf7c Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Thu, 21 Mar 2019 18:13:36 -0400 Subject: [PATCH] Shell: use rust from mozilla --- shell.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/shell.nix b/shell.nix index 37ed31b..f492c59 100644 --- a/shell.nix +++ b/shell.nix @@ -77,8 +77,7 @@ let buildInputs = with pkgs; [ bash nix-prefetch-git - rust.rustc - rust.cargo + latest.rustChannels.stable.rust #rustfmt #carnix openssl.dev