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

9 lines
143 B
Nix
Raw Normal View History

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