diff --git a/nix/rusty.nix b/nix/rusty.nix new file mode 100644 index 0000000..e4cfb05 --- /dev/null +++ b/nix/rusty.nix @@ -0,0 +1,7 @@ +{ pkgs }: + +pkgs.mkShell { + buildInputs = with pkgs; [ + rustup + ]; +}