repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #330634 from r-ryantm/auto-update/circumflex
[NixPkgs.git]
/
pkgs
/
test
/
hooks
/
default.nix
blob
aabf939b68657b3a3cfa6d82c8b16f5ae390205b
1
# To run these tests:
2
# nix-build -A tests.hooks
3
4
{ stdenv, tests, lib }:
5
6
{
7
default-stdenv-hooks = lib.recurseIntoAttrs tests.stdenv.hooks;
8
}