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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
240 B
Nix
Raw Normal View History

2024-06-16 14:08:57 +00:00
{
lib,
makeSetupHook,
}:
makeSetupHook {
name = "version-check-hook";
meta = {
description = "Lookup for $version in the output of --help and --version";
maintainers = with lib.maintainers; [ doronbehar ];
};
} ./hook.sh