Misc-small-projects/Commissions/flis/IMT/Case3/shell.nix

6 lines
107 B
Nix
Raw Permalink Normal View History

2020-11-24 23:16:49 +01:00
with import <nixpkgs> {};
stdenv.mkDerivation {
name = "c-shell";
2020-11-25 09:45:43 +01:00
buildInputs = [ gcc gnumake gdb ];
2020-11-24 23:16:49 +01:00
}