nicer syntax
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
packages.e11sync = pkgs.callPackage ./pkgs/e11sync.nix {
|
packages.e11sync = pkgs.callPackage ./pkgs/e11sync.nix {
|
||||||
inherit self;
|
inherit self;
|
||||||
geoip-archive = packages.geoip-archive;
|
inherit (packages) geoip-archive;
|
||||||
};
|
};
|
||||||
|
|
||||||
checks.e11sync = packages.e11sync.passthru.tests.simple;
|
checks.e11sync = packages.e11sync.passthru.tests.simple;
|
||||||
|
|||||||
Reference in New Issue
Block a user