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