treewide: set meta.license on hooks

This commit is contained in:
Sigmanificient
2026-05-16 02:57:04 +02:00
parent 70df9fb258
commit 0bbc8dffae
90 changed files with 328 additions and 55 deletions

View File

@@ -27,6 +27,8 @@ let
# STACK_IN_NIX_EXTRA_ARGS.
stackHook = makeSetupHook {
name = "stack-hook";
meta.license = lib.licenses.mit;
} ./stack-hook.sh;
in