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
Misc-small-projects/Commissions/flis/IMT/Case3/shell.nix
2020-11-24 23:16:49 +01:00

6 lines
103 B
Nix

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