From 73786dc771cba6d1d70eddebf2c2723487532824 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Thu, 30 Jun 2022 20:21:55 +0200 Subject: Remove shells --- shells/rust.nix | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 shells/rust.nix (limited to 'shells/rust.nix') diff --git a/shells/rust.nix b/shells/rust.nix deleted file mode 100644 index 42dfebb..0000000 --- a/shells/rust.nix +++ /dev/null @@ -1,7 +0,0 @@ -{ pkgs ? import { } }: -pkgs.mkShell { - name = "rust-shell"; - buildInputs = with pkgs; [ - cargo - ]; -} -- cgit 1.4.1