1
Fork 0

nicer syntax

This commit is contained in:
Motiejus Jakštys 2024-01-14 20:06:50 +02:00
parent 464170b7f0
commit fce0c341d2
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
packages.e11sync = pkgs.callPackage ./pkgs/e11sync.nix {
inherit self;
geoip-archive = packages.geoip-archive;
inherit (packages) geoip-archive;
};
checks.e11sync = packages.e11sync.passthru.tests.simple;