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:
parent
d6e9b258da
commit
453fe40893
1 changed files with 3 additions and 0 deletions
|
|
@ -37,6 +37,9 @@ let
|
||||||
imports = lib.toList module;
|
imports = lib.toList module;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
extraSpecialArgs = {
|
||||||
|
helpers = throw "nixvim: `helpers` used internally.";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
configuration.config.build.test.overrideAttrs (old: {
|
configuration.config.build.test.overrideAttrs (old: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue