diff --git a/pkgs/top-level/impure-overlays.nix b/pkgs/top-level/impure-overlays.nix index 522bb3267429..a46571d08840 100644 --- a/pkgs/top-level/impure-overlays.nix +++ b/pkgs/top-level/impure-overlays.nix @@ -38,7 +38,7 @@ let ) else # it's a file, so the result is the contents of the file itself - import path; + [ (import path) ]; in if pathOverlays != "" && builtins.pathExists pathOverlays then overlays pathOverlays