depot/third_party/nixpkgs/pkgs/by-name/in/installShellFiles/package.nix
Default email 159e378cbb Project import generated by Copybara.
GitOrigin-RevId: c04d5652cfa9742b1d519688f65d1bbccea9eb7e
2024-09-19 17:19:46 +03:00

16 lines
304 B
Nix

{
lib,
callPackage,
makeSetupHook,
}:
# See the header comment in ./setup-hook.sh for example usage.
makeSetupHook {
name = "install-shell-files";
passthru = {
tests = lib.packagesFromDirectoryRecursive {
inherit callPackage;
directory = ./tests;
};
};
} ./setup-hook.sh