Commit 7c96bdd2 authored by Connor Baker's avatar Connor Baker
Browse files

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

parent 2aba62ee
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