mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-25 11:49:40 +01:00
tests: throw when helpers is evaluated
Prevent use of deprecated `helpers` within Nixvim's test suite.
This commit is contained in:
parent
d6e9b258da
commit
453fe40893
1 changed files with 3 additions and 0 deletions
|
|
@ -37,6 +37,9 @@ let
|
|||
imports = lib.toList module;
|
||||
}
|
||||
];
|
||||
extraSpecialArgs = {
|
||||
helpers = throw "nixvim: `helpers` used internally.";
|
||||
};
|
||||
};
|
||||
in
|
||||
configuration.config.build.test.overrideAttrs (old: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue