mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
Avoid top-level with ...;
in lib/tests/modules/extendModules-168767-imports.nix
This commit is contained in:
parent
0426125c53
commit
20abffc0dd
@ -2,7 +2,14 @@
|
||||
, extendModules
|
||||
, ...
|
||||
}:
|
||||
with lib;
|
||||
|
||||
let
|
||||
inherit (lib)
|
||||
mkOption
|
||||
mkOverride
|
||||
types
|
||||
;
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user