parent
0f4ae2a2fd
commit
4475a47987
|
@ -42,7 +42,7 @@
|
|||
inherit geoip2-tarball;
|
||||
};
|
||||
|
||||
e11sync-module = import ./modules/e11sync;
|
||||
e11sync-module = import ./modules/e11sync e11sync-backend;
|
||||
|
||||
e11sync-static = pkgs.callPackage ./pkgs/e11sync-static.nix {};
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
e11sync-backend: {
|
||||
config,
|
||||
lib,
|
||||
e11sync-backend,
|
||||
...
|
||||
}: {
|
||||
options.e11sync = with lib.types; {
|
||||
|
|
Loading…
Reference in New Issue