mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +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
|
, extendModules
|
||||||
, ...
|
, ...
|
||||||
}:
|
}:
|
||||||
with lib;
|
|
||||||
|
let
|
||||||
|
inherit (lib)
|
||||||
|
mkOption
|
||||||
|
mkOverride
|
||||||
|
types
|
||||||
|
;
|
||||||
|
in
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user