Skip to content
Snippets Groups Projects
default.nix 128 B
Newer Older
{ callPackage }:
{
  /* A library of tools useful for writing tests with Nix.
  */
  testing = callPackage ./testing.nix { };
}