aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/nix/math_classes.nix
blob: b0fa2fe795cad26333ea5bb00c630fb9f4e665bf (plain)
1
2
3
4
5
6
{ bignums }:

{
  buildInputs = [ bignums ];
  configure = "./configure.sh";
}