diff options
Diffstat (limited to 'shells/c*.nix')
-rw-r--r-- | shells/c*.nix | 12 |
1 files changed, 0 insertions, 12 deletions
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 <nixpkgs> { } }: -pkgs.mkShell { - name = "c*-shell"; - buildInputs = with pkgs; [ - gdb - valgrind - gcc - clang - cmake - ninja - ]; -} |