1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-25 19:51:06 +01:00

tests: throw when helpers is evaluated

Prevent use of deprecated `helpers` within Nixvim's test suite.
This commit is contained in:
Matt Sturgeon 2025-11-24 09:36:12 +00:00
parent d6e9b258da
commit 453fe40893

View file

@ -37,6 +37,9 @@ let
imports = lib.toList module;
}
];
extraSpecialArgs = {
helpers = throw "nixvim: `helpers` used internally.";
};
};
in
configuration.config.build.test.overrideAttrs (old: {