treewide: set meta.license on hooks

This commit is contained in:
Sigmanificient
2026-05-25 13:48:20 +02:00
parent 70df9fb258
commit 0bbc8dffae
90 changed files with 328 additions and 55 deletions
@@ -1,9 +1,13 @@
{
lib,
callPackages,
makeSetupHook,
}:
makeSetupHook {
name = "isDeclaredArray";
passthru.tests = callPackages ./tests.nix { };
meta.description = "Tests if an array is declared";
meta = {
description = "Tests if an array is declared";
license = lib.licenses.mit;
};
} ./isDeclaredArray.bash