2.home-manager/tests
teto 8e0f4cdeee tests: merge both flakes
we used to have a flake in tests/flake.nix on top of the top-level one.
This results in 2 lockfiles for the same purpose and is not practical.
Instead this moves tests to legacyPackages:

- so they dont appear in "nix flake show" as it can be inconvenient
- legacyPackages supported nested attribute sets of derivations which
  could let us regroup tests under a same set and build that instead.
  For instance, one could `nix build .#tests.neovim` and build all of
  neovim packages. One could still pick a single `nix build
  .#tests.neovim.plugin-config`

dont expose tests into devShells to limit

fix python test runner to find the tests where appropriate
2026-02-18 21:13:38 -06:00
..
integration kitty: add autoThemeFiles option 2026-02-13 10:32:36 +01:00
lib tests/types: add suboptions doc test 2026-02-13 13:41:08 -06:00
modules tmux: fix double press prefix passthrough 2026-02-18 20:55:51 -06:00
asserts.nix treewide: reformat nixfmt-rfc-style 2025-04-08 08:50:05 -07:00
big-test.nix treewide: Prevent IFD by default 2025-05-07 10:34:18 -05:00
darwinScrublist.nix tests/flameshot: add darwin tests 2026-02-12 11:04:03 -06:00
default.nix treewide: use pkgs.lndir instead of pkgs.xorg.lndir 2026-02-05 10:59:19 -06:00
package.nix tests: explicitly define NIX_CONFIG 2025-11-01 14:29:06 -05:00
stubs.nix treewide: remove no-ops (#8061) 2025-10-26 15:43:53 -05:00
tests.py tests: merge both flakes 2026-02-18 21:13:38 -06:00