Compare commits

...

1 Commits

Author SHA1 Message Date
Félix Baylac-Jacqué 931ba79d94
Hnix: add hydra job. 2020-12-11 19:57:57 +01:00
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;
}