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 ]; }