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
2 changed files with 11 additions and 2 deletions

View File

@ -107,8 +107,6 @@
}
, mkDerivation ? null
,
...
}:
let
@ -295,3 +293,4 @@ let
composedPackage = pkgs.lib.foldr (onSwitchApplyFunc) package listSwitchFunc;
in composedPackage

View File

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