nicer syntax
This commit is contained in:
parent
464170b7f0
commit
fce0c341d2
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user