e11sync.overlay: expose a non-list
This commit is contained in:
@@ -4,8 +4,8 @@ geoip2-tarball: {
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
overlays = import ../../overlays.nix geoip2-tarball;
|
||||
pkgs1 = pkgs.extend (lib.composeManyExtensions overlays);
|
||||
overlay = import ../../overlays.nix geoip2-tarball;
|
||||
pkgs1 = pkgs.extend overlay;
|
||||
inherit (pkgs1) e11sync-backend e11sync-frontend;
|
||||
in {
|
||||
options.e11sync = with lib.types; {
|
||||
|
||||
Reference in New Issue
Block a user