Loading pkgs/applications/misc/owmods-cli/default.nix +3 −0 Original line number Diff line number Diff line { lib , stdenv , nix-update-script , fetchFromGitHub , rustPlatform , pkg-config Loading Loading @@ -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"; Loading Loading
pkgs/applications/misc/owmods-cli/default.nix +3 −0 Original line number Diff line number Diff line { lib , stdenv , nix-update-script , fetchFromGitHub , rustPlatform , pkg-config Loading Loading @@ -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"; Loading