mirror of
https://github.com/circuithub/rel8.git
synced 2024-11-09 12:48:16 +03:00
6360f10fb7
Co-authored-by: Ollie Charles <ollie@ocharles.org.uk>
6 lines
110 B
Nix
6 lines
110 B
Nix
let rel8 = (import ./.).hsPkgs.rel8;
|
|
in {
|
|
rel8 = rel8.components.library;
|
|
tests = rel8.checks.tests;
|
|
}
|