mirror of
https://github.com/nix-community/nixvim.git
synced 2026-08-24 10:14:03 -05:00
tests: throw when helpers is evaluated
Prevent use of deprecated `helpers` within Nixvim's test suite.
This commit is contained in:
@@ -37,6 +37,9 @@ let
|
||||
imports = lib.toList module;
|
||||
}
|
||||
];
|
||||
extraSpecialArgs = {
|
||||
helpers = throw "nixvim: `helpers` used internally.";
|
||||
};
|
||||
};
|
||||
in
|
||||
configuration.config.build.test.overrideAttrs (old: {
|
||||
|
||||
Reference in New Issue
Block a user