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