This repository has been archived on 2026-04-06. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2020-11-25 09:45:43 +01:00

6 lines
107 B
Nix

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