1
0
Fork 0
selfhostblocks/_disnix/tests/default.nix

9 lines
143 B
Nix
Raw Normal View History

2023-02-23 08:04:44 +01:00
{ pkgs
, utils
}:
{
2023-03-07 09:18:56 +01:00
unit = pkgs.callPackage ./unit { inherit utils; };
integration = pkgs.callPackage ./integration { inherit utils; };
2023-02-23 08:04:44 +01:00
}