Avoid top-level with ...; in lib/tests/modules/extendModules-168767-imports.nix

This commit is contained in:
Philip Taron 2024-03-11 08:38:37 -07:00
parent 0426125c53
commit 20abffc0dd
No known key found for this signature in database

View file

@ -2,7 +2,14 @@
, extendModules
, ...
}:
with lib;
let
inherit (lib)
mkOption
mkOverride
types
;
in
{
imports = [