diff options
| author | Vincent Laporte | 2018-09-14 14:27:39 +0000 |
|---|---|---|
| committer | Vincent Laporte | 2018-11-12 16:10:20 +0000 |
| commit | 7e014333c57bdede663e490743bc84f696764381 (patch) | |
| tree | cb6a82dbb7e5014ac71f976cc05999099cd2820c /dev/ci/nix/Corn.nix | |
| parent | 040fdec17f7e70fdbef7d400be2dc0e1607a10fa (diff) | |
Helpers for debugging external projects from CI
Diffstat (limited to 'dev/ci/nix/Corn.nix')
| -rw-r--r-- | dev/ci/nix/Corn.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dev/ci/nix/Corn.nix b/dev/ci/nix/Corn.nix new file mode 100644 index 0000000000..18c7750279 --- /dev/null +++ b/dev/ci/nix/Corn.nix @@ -0,0 +1,5 @@ +{ bignums, math-classes }: + +{ + buildInputs = [ bignums math-classes ]; +} |
