From 914a4d6b1553e602f16731c151ae6add0336f9b4 Mon Sep 17 00:00:00 2001 From: Ruben Moor Date: Mon, 6 Jul 2020 10:31:43 -0500 Subject: [PATCH] rustup for nixos --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index 08e480c7..84b8c47d 100644 --- a/shell.nix +++ b/shell.nix @@ -4,5 +4,6 @@ stdenv.mkDerivation { buildInputs = [ pkgs.cargo pkgs.gcc + pkgs.rustup ]; }