ticker: fix scope issue

This commit is contained in:
Astro 2019-10-26 01:21:32 +02:00
parent bcb13d0ce8
commit fcc10c330f
1 changed files with 3 additions and 5 deletions

View File

@ -2,11 +2,9 @@
}:
with pkgs;
let
ticker = import <ticker> {
inherit pkgs;
};
in
with import <ticker> {
inherit pkgs;
};
{
ticker-update = lib.hydraJob ticker-update;
ticker-serve = lib.hydraJob ticker-serve;