about summary refs log tree commit diff
path: root/pkgs/test/hooks/default.nix
blob: aabf939b68657b3a3cfa6d82c8b16f5ae390205b (plain) (blame)
1
2
3
4
5
6
7
8
# To run these tests:
# nix-build -A tests.hooks

{ stdenv, tests, lib }:

{
  default-stdenv-hooks = lib.recurseIntoAttrs tests.stdenv.hooks;
}