Unverified Commit 771e8f4f authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

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

parents cdc60eb5 7c96bdd2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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