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
evcc: 0.131.4 -> 0.131.5
[NixPkgs.git]
/
pkgs
/
by-name
/
in
/
installShellFiles
/
package.nix
blob
f1cf436a9b79a96e49dfdc7e0f590a85166b7910
1
{
2
lib,
3
callPackage,
4
makeSetupHook,
5
}:
6
7
# See the header comment in ./setup-hook.sh for example usage.
8
makeSetupHook {
9
name = "install-shell-files";
10
passthru = {
11
tests = lib.packagesFromDirectoryRecursive {
12
inherit callPackage;
13
directory = ./tests;
14
};
15
};
16
} ./setup-hook.sh