Hnix: add hydra job.

This commit is contained in:
Félix Baylac-Jacqué 2020-12-11 19:52:55 +01:00
parent a3265899bf
commit b753a58ede
No known key found for this signature in database
GPG Key ID: EFD315F31848DBA4
1 changed files with 2 additions and 1 deletions

View File

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