add piston nix pkg for gcc-c

This commit is contained in:
Dan Vargas 2022-02-16 10:23:32 -07:00
parent bc2036486c
commit 6297b0bcad
2 changed files with 42 additions and 0 deletions

View file

@ -45,4 +45,5 @@ args: {
"ghc-haskell" = import ./ghc-haskell.nix args;
"groovy" = import ./groovy.nix args;
"go" = import ./go.nix args;
"gcc-c" = import ./gcc-c.nix args;
}