pkgs/impure-overlays.nix: must always yield a list (#466860)

This commit is contained in:
Philip Taron
2025-12-02 21:44:07 +00:00
committed by GitHub
+1 -1
View File
@@ -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