From 95f302f95da11bc6e891ae2ab675c43ce0167ad7 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Sun, 26 Jun 2022 17:55:07 -0700 Subject: feat(wpcarro/rust): Create a sandbox for learning Rust See README Change-Id: I007a4d5c3b840986f6d3bc93aaa72d26daaa9b12 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5895 Reviewed-by: wpcarro Autosubmit: wpcarro Tested-by: BuildkiteCI --- users/wpcarro/scratch/rust/shell.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 users/wpcarro/scratch/rust/shell.nix (limited to 'users/wpcarro/scratch/rust/shell.nix') diff --git a/users/wpcarro/scratch/rust/shell.nix b/users/wpcarro/scratch/rust/shell.nix new file mode 100644 index 0000000000..064e7d8bb3 --- /dev/null +++ b/users/wpcarro/scratch/rust/shell.nix @@ -0,0 +1,7 @@ +{ pkgs, ... }: + +pkgs.mkShell { + buildInputs = [ + pkgs.cargo + ]; +} -- cgit 1.4.1