depot/third_party/nixpkgs/pkgs/by-name/ve/versionCheckHook/package.nix

16 lines
299 B
Nix
Raw Normal View History

{
lib,
makeSetupHook,
}:
makeSetupHook {
name = "version-check-hook";
substitutions = {
storeDir = builtins.storeDir;
};
meta = {
description = "Lookup for $version in the output of --help and --version";
maintainers = with lib.maintainers; [ doronbehar ];
};
} ./hook.sh