fix nix flake check
This commit is contained in:
@@ -4,7 +4,7 @@ geoip2-tarball: {
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
overlay = import ../../overlays.nix geoip2-tarball;
|
||||
overlay = import ../../overlay.nix geoip2-tarball;
|
||||
pkgs1 = pkgs.extend overlay;
|
||||
inherit (pkgs1) e11sync-backend e11sync-caddyfile;
|
||||
in {
|
||||
|
||||
Reference in New Issue
Block a user