rel8/jobs.nix

6 lines
110 B
Nix
Raw Normal View History

2021-03-02 17:29:24 +03:00
let rel8 = (import ./.).hsPkgs.rel8;
2021-02-27 16:24:49 +03:00
in {
2021-03-02 17:29:24 +03:00
rel8 = rel8.components.library;
tests = rel8.checks.tests;
2021-02-27 16:24:49 +03:00
}