mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 06:14:57 +01:00
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;
|
|
}
|