license-cli: add updateScript

This commit is contained in:
Acid Bong
2026-02-15 09:43:40 +02:00
parent 11b5b57104
commit 43d60147a6
+3
View File
@@ -5,6 +5,7 @@
installShellFiles,
scdoc,
makeWrapper,
nix-update-script,
# Script dependencies.
fzf,
@@ -55,6 +56,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
}
'';
passthru.updateScript = nix-update-script { };
meta = {
homepage = "https://git.sr.ht/~zethra/license";
description = "Command-line tool to easily add license to your project";