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