pkgs/impure-overlays.nix: must always yield a list
Signed-off-by: Connor Baker <ConnorBaker01@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user