nix-community.nixvim/tests
Matt Sturgeon 6d10fc0c87
flake: partition dev dependencies
This removes the need for end-users to manually set
`nixvim.inputs.devshell.follows = ""` (etc)

We offload evaluation of some of our flake modules into a `dev`
partition submodule.
- When its not needed, this submodule is not evaluated.
- When it is needed, it fetches extra inputs from `flake/dev/flake.nix`
  as part of evaluating the submodule.

See https://flake.parts/options/flake-parts-partitions.html
2025-02-23 17:23:57 +00:00
..
platforms lib/modules: work-around a submodule type-merging issue 2025-01-21 12:10:29 +00:00
test-sources plugins/bullets: init 2025-02-13 16:52:11 +00:00
default.nix docs: eval modules without access to pkgs 2025-01-25 19:16:09 +00:00
enable-except-in-tests.nix Replace runCommandNoCCLocal alias with runCommandLocal 2025-01-01 00:54:27 +00:00
extend.nix Replace runCommandNoCCLocal alias with runCommandLocal 2025-01-01 00:54:27 +00:00
extra-args.nix Replace runCommandNoCCLocal alias with runCommandLocal 2025-01-01 00:54:27 +00:00
extra-files.nix Replace runCommandNoCCLocal alias with runCommandLocal 2025-01-01 00:54:27 +00:00
failing-tests.nix Replace runCommandNoCCLocal alias with runCommandLocal 2025-01-01 00:54:27 +00:00
fetch-tests.nix tests: omit default suffix in test names 2024-12-27 19:13:05 +00:00
generated.nix Replace runCommandNoCCLocal alias with runCommandLocal 2025-01-01 00:54:27 +00:00
lib-tests.nix lib/utils: add mkAssertions 2025-01-20 14:17:26 +01:00
lsp-servers.nix lib: Harmonize package options which may not exist in nixpkgs 2025-01-31 22:55:38 +00:00
main.nix flake: remove pkgsUnfree arg 2025-01-19 12:55:15 +00:00
maintainers.nix Replace runCommandNoCCLocal alias with runCommandLocal 2025-01-01 00:54:27 +00:00
nixpkgs-mock.nix modules/nixpkgs: construct an instance of nixpkgs.source 2025-01-17 09:37:03 +00:00
nixpkgs-module.nix modules/nixpkgs: add useGlobalPackages option 2025-01-17 10:16:09 +00:00
no-flake.nix flake: partition dev dependencies 2025-02-23 17:23:57 +00:00
plugins-by-name.nix Replace runCommandNoCCLocal alias with runCommandLocal 2025-01-01 00:54:27 +00:00