Avoid top-level with ...;
in lib/tests/modules/extendModules-168767-imports.nix
This commit is contained in:
parent
0426125c53
commit
20abffc0dd
1 changed files with 8 additions and 1 deletions
|
@ -2,7 +2,14 @@
|
|||
, extendModules
|
||||
, ...
|
||||
}:
|
||||
with lib;
|
||||
|
||||
let
|
||||
inherit (lib)
|
||||
mkOption
|
||||
mkOverride
|
||||
types
|
||||
;
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
|
||||
|
|
Loading…
Reference in a new issue