Unverified Commit 43d60147 authored by Acid Bong's avatar Acid Bong
Browse files

license-cli: add updateScript

parent 11b5b571
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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";