1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-18 15:01:13 +01:00
nixvim/tests
Matt Sturgeon 4c99ccfe1e tests/lsp-servers: disable building unfree default packages
Currently none of the server packages we build are unfree, however if
any unfree defaults are added then this test will fail.

The two solutions are:
1. Filter out unfree packages
   - Either set `enable = false` or `package = null`
2. Allow building unfree packages
   - By setting `nixpkgs.config.allowUnfree = true`

For now, I've gone with option 1.
2025-10-03 18:53:55 +00:00
..
platforms Migrate homeManagerModules uses to homeModules 2025-05-25 12:41:12 -04:00
test-sources plugins/neogen: migrate to mkNeovimPlugin 2025-10-03 16:19:32 +00:00
utils tests/performance: disable test 2025-07-25 16:18:00 +00:00
all-package-defaults.nix tests/all-package-defaults: disable superhtml on x86_64-darwin 2025-10-02 20:03:46 +00:00
default.nix ci: only build "grouped" tests on x86_64-linux 2025-09-07 21:08:16 +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 flake: add nixf-diagnose to treefmt config 2025-10-01 00:42:40 +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/fetch-tests: avoid unnecessary copy-to-store 2025-05-12 15:24:52 +01: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 tests/lsp-servers: disable building unfree default packages 2025-10-03 18:53:55 +00:00
main.nix flake: add nixf-diagnose to treefmt config 2025-10-01 00:42:40 +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 Migrate homeManagerModules uses to homeModules 2025-05-25 12:41:12 -04:00
no-flake.nix flake: partition dev dependencies 2025-02-23 17:23:57 +00:00
plugins-by-name.nix tests/plugins-by-name: simplify by-name-enable-opts impl 2025-08-08 19:45:26 +00:00