Commit Graph

19 Commits

Author SHA1 Message Date
h7x4
9a6c76c4af
treewide: remove unused inputs (#342672) 2024-09-19 20:36:18 +02:00
Peder Bergebakken Sundt
8c8c27bb19 treewide: remove unused inputs 2024-09-18 01:00:07 +02:00
David McFarland
57f1e66e2c nexusmods-app: use source-built avalonia 2024-09-17 01:14:27 -03:00
David McFarland
c1ee815d03 dotnet-fixup-hook: obey dontFixup 2024-09-17 01:12:11 -03:00
David McFarland
e6c700ed11 dotnetCorePackages.fetchNupkg: override avalonia.x11 to find native libs 2024-09-06 16:32:08 -03:00
David McFarland
9a0be2fd28 dotnetCorePackages.fetchNupkg: override skiasharp to find fontconfig 2024-09-06 16:05:19 -03:00
Ivan Trubach
4b61c573e2 nexusmods-app: disable parallel building 2024-09-04 00:15:45 +03:00
David McFarland
7bc85af0c5
buildDotnetModule: add testFilters arg (#336571) 2024-09-02 07:09:06 -07:00
Matt Sturgeon
c8c753d66d
nexusmods-app: define runtimeInputs
Allow overriding what is added to the PATH in the wrapper.
2024-08-28 14:32:09 +01:00
Matt Sturgeon
41fb6f1f0d
nexusmods-app: use finalAttrs for recursive fixpoint 2024-08-28 14:32:08 +01:00
Matt Sturgeon
a177c637b9
nexusmods-app: use testFilters & disabledTests args 2024-08-22 19:52:07 +01:00
Matt Sturgeon
07db828f96
nexusmods-app: add long description
Add a long description that documents whether or not RAR archive mods
are supported and how to enable support.
2024-08-14 14:39:18 +01:00
Matt Sturgeon
1148136d36
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.
2024-08-02 15:24:09 +01:00
Matt Sturgeon
e54e9fac95
nexusmods-app: cleanup tests & mainProgram refs
We still need to fix the tests to use `finalAttrs`, but that requires
changes to `buildDotnetModule`.
2024-08-02 15:22:39 +01:00
Matt Sturgeon
7166d5242f
nexusmods-app: reformat
- Format using nixfmt
- Apply other minor formatting tweaks
- Simplify `--filter` test flag definition
2024-08-02 15:19:10 +01:00
David McFarland
da3659ad63 nexusmods-app: fix intermittent test failure 2024-07-30 12:16:45 -03:00
David McFarland
ca107cf1f2 nexusmods-app: publish only NexusMods.App.csproj 2024-07-30 12:16:45 -03:00
Matt Sturgeon
32697736a0
nexusmods-app: add MattSturgeon to maintainers 2024-06-10 07:03:28 +01:00
Victor Engmark
59255b36ac
nexusmods-app: init at 0.4.1
Closes #270358.

Name recommended by @erri120
<https://github.com/NixOS/nixpkgs/pull/270372#issuecomment-2147052607>.

Replaces the `7zz` binary executable included with the upstream project
for safety and reproducibility.

Requires an `enableUnfree = true` override to support RAR format mods.

Disables tests marked as requiring networking (actually requiring Nexus
Mods API key according to
<https://github.com/Nexus-Mods/NexusMods.App/pull/1222#issuecomment-2060687094>),
and one other tests which requires networking.

Co-Authored-By: Matej Cotman <matej@matejc.com>
Co-authored-by: éclairevoyant <848000+eclairevoyant@users.noreply.github.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2024-06-06 17:44:51 +12:00