1

fix nix flake check

This commit is contained in:
2024-01-26 10:18:46 +02:00
parent 313e30487d
commit 10268c8bfe
3 changed files with 8 additions and 8 deletions

View File

@@ -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 {