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

View file

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