Skip to content

Commit

Permalink
feat(skk-jisyo): add meta.updateScript
Browse files Browse the repository at this point in the history
  • Loading branch information
midchildan committed Nov 29, 2023
1 parent 20ca8ee commit 5551829
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nix/packages/skk-jisyo.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
, fetchFromGitHub
, nkf
, useUtf8 ? false
, nix-update-script
}:

let
Expand Down Expand Up @@ -55,6 +56,10 @@ let
runHook postInstall
'';

passthru.updateScript = nix-update-script {
extraArgs = [ "--flake" "--version" "branch" ];
};

meta = {
inherit description license;
homepage = "https://github.com/skk-dev/dict";
Expand Down

0 comments on commit 5551829

Please sign in to comment.