pkgs: move to overlay
This commit is contained in:
@@ -7,8 +7,10 @@
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
inherit (pkgs.stdenv.hostPlatform) system;
|
||||
pkgs1 = import ../../pkgs.nix {inherit nixpkgs system geoip2-tarball;};
|
||||
pkgs1 = import nixpkgs {
|
||||
inherit (pkgs.stdenv.hostPlatform) system;
|
||||
overlays = import ../../overlays.nix geoip2-tarball;
|
||||
};
|
||||
in {
|
||||
options.e11sync = with lib.types; {
|
||||
enable = lib.mkEnableOption "Enable e11sync";
|
||||
|
||||
Reference in New Issue
Block a user