Commit Graph
5 Commits
Author SHA1 Message Date
Matt Sturgeon 6d1424cefd Revert "tests/platforms/darwin: disable docs"
This reverts commit 8a95c224e3.
2026-07-08 20:55:29 +00:00
Matt Sturgeon 8a95c224e3 tests/platforms/darwin: disable docs
Workaround for https://github.com/nix-darwin/nix-darwin/issues/1817
2026-07-05 14:56:14 +00:00
Matt SturgeonandMrQubo 56f95d1655 wrappers: fix _module.check disablement
When passing a string to `disabledModules`, it is appended to
`modulesPath`. To avoid this, explicitly pass a `{key}` module.

Adds an assertion module to the platform-wrapper integration tests:

    Failed assertions:
       - Expected programs.nixvim._module.check to be true. Definitions:
       - In `/nix/store/XXXX-source/flake/wrappers.nix': false

Co-authored-by: MrQubo <jakub.jakub.nowak@gmail.com>
2026-06-13 19:20:02 +00:00
Matt Sturgeon e71dab10a6 tests/platforms: add failing test for #4341
We see infinite recursion when `config.lib` is used to construct or define a `programs.nixvim` module.
2026-05-24 23:09:56 +00:00
Matt Sturgeon 77c78bd04e tests/platforms: move out of flake wrappers module
These should be set up in a dedicated test file, owned by
`tests/default.nix`.

Also refactored to use `callTest`.
2025-01-21 10:52:56 +00:00