From ad58b57df7b298bc3e25c578f590d44da3ce36c9 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Fri, 17 Jun 2022 19:09:27 +0200 Subject: Initial commit --- shells/rust.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 shells/rust.nix (limited to 'shells/rust.nix') diff --git a/shells/rust.nix b/shells/rust.nix new file mode 100644 index 0000000..42dfebb --- /dev/null +++ b/shells/rust.nix @@ -0,0 +1,7 @@ +{ pkgs ? import { } }: +pkgs.mkShell { + name = "rust-shell"; + buildInputs = with pkgs; [ + cargo + ]; +} -- cgit 1.4.1