Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nexusmods-app: refactor the unfree variant #331355

Merged
merged 4 commits into from
Aug 14, 2024

Commits on Aug 2, 2024

  1. nexusmods-app: reformat

    - Format using nixfmt
    - Apply other minor formatting tweaks
    - Simplify `--filter` test flag definition
    MattSturgeon committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    7166d52 View commit details
    Browse the repository at this point in the history
  2. nexusmods-app: cleanup tests & mainProgram refs

    We still need to fix the tests to use `finalAttrs`, but that requires
    changes to `buildDotnetModule`.
    MattSturgeon committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    e54e9fa View commit details
    Browse the repository at this point in the history
  3. nexusmods-app: refactor "unfree" variant

    Use `override` to pass a `_7zz` with RAR support to the package, instead
    of having an `enableUnfree` package argument.
    
    Use a different `pname` on the unfree package.
    
    Use `_7zz.meta.unfree` internally.
    MattSturgeon committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    1148136 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. nexusmods-app: add long description

    Add a long description that documents whether or not RAR archive mods
    are supported and how to enable support.
    MattSturgeon committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    07db828 View commit details
    Browse the repository at this point in the history