with import <nixpkgs> {};
stdenv.mkDerivation {
name = "c-shell";
buildInputs = [ gcc gnumake gdb ];
}