owmods-cli: add passthru update script

This commit is contained in:
Locochoco 2023-11-08 12:26:31 -03:00
parent 6b2ee4c5dd
commit 0733d9cd4e

View File

@ -1,5 +1,6 @@
{ lib
, stdenv
, nix-update-script
, fetchFromGitHub
, rustPlatform
, pkg-config
@ -53,6 +54,8 @@ rustPlatform.buildRustPackage rec {
dist/cli/completions/owmods.{bash,fish,zsh}
'';
passthru.updateScript = nix-update-script {};
meta = with lib; {
description = "CLI version of the mod manager for Outer Wilds Mod Loader";
homepage = "https://github.com/ow-mods/ow-mod-man/tree/main/owmods_cli";