nix-community.nixvim/tests
Stanislav Asunkin ddddd780e0
tests/fetch-tests: avoid unnecessary copy-to-store
Previously path was concatenated using string interpolation. This commit
switches from string interpolation to path interpolation.

The problem is nix will copy the "${directory}" to a new store
object, meaning anything outside its root won't be available.

From the nix manual:

> A path in an interpolated expression is first copied into the Nix
> store, and the resulting string is the store path of the newly created
> store object.

https://nix.dev/manual/nix/2.28/language/string-interpolation#interpolated-expression
2025-05-12 15:24:52 +01:00
..
platforms lib/modules: work-around a submodule type-merging issue 2025-01-21 12:10:29 +00:00
test-sources plugins/hunk: init 2025-05-12 08:42:08 +02: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/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: disable ols test because odin is broken 2025-05-07 22:43:05 +02:00
main.nix tests: remove type passthrough 2025-04-01 20:35:58 +01: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