depot/third_party/nixpkgs/pkgs/test/hooks/default.nix
Default email 0d9fc34957 Project import generated by Copybara.
GitOrigin-RevId: 5ed481943351e9fd354aeb557679624224de38d5
2023-01-20 11:41:00 +01:00

8 lines
145 B
Nix

# To run these tests:
# nix-build -A tests.hooks
{ stdenv, tests, lib }:
{
default-stdenv-hooks = lib.recurseIntoAttrs tests.stdenv.hooks;
}