1

pkgs: move to overlay

This commit is contained in:
2024-01-20 06:31:40 +02:00
parent 4c38af874c
commit 10d634cdc0
4 changed files with 24 additions and 27 deletions

View File

@@ -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";