pkgs/impure-overlays.nix: must always yield a list

Signed-off-by: Connor Baker <ConnorBaker01@gmail.com>
This commit is contained in:
Connor Baker
2025-12-01 10:36:08 -05:00
parent 2aba62ee04
commit 7c96bdd2e2
+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