Commit 0733d9cd authored by Locochoco's avatar Locochoco
Browse files

owmods-cli: add passthru update script

parent 6b2ee4c5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
{ 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";