owmods-cli: add passthru update script

+3
+3
pkgs/applications/misc/owmods-cli/default.nix
··· 1 1 { lib 2 2 , stdenv 3 + , nix-update-script 3 4 , fetchFromGitHub 4 5 , rustPlatform 5 6 , pkg-config ··· 52 53 installShellCompletion --cmd owmods \ 53 54 dist/cli/completions/owmods.{bash,fish,zsh} 54 55 ''; 56 + 57 + passthru.updateScript = nix-update-script {}; 55 58 56 59 meta = with lib; { 57 60 description = "CLI version of the mod manager for Outer Wilds Mod Loader";