Hnix: add hydra job.

This commit is contained in:
Félix Baylac-Jacqué 2020-12-11 19:52:55 +01:00
parent a3265899bf
commit 931ba79d94
Signed by: picnoir
GPG Key ID: EFD315F31848DBA4
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
{}:
let default = import ./. {
withHoogle = true;
doHaddock = true;
};
in
{
inherit (default) env;
}