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