0d9fc34957
GitOrigin-RevId: 5ed481943351e9fd354aeb557679624224de38d5
8 lines
145 B
Nix
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;
|
|
}
|