summaryrefslogtreecommitdiffstats
path: root/krebs/3modules/github-hosts-sync.nix
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-10-21 00:08:18 +0200
committerlassulus <lass@aidsballs.de>2015-10-21 01:53:07 +0200
commit3ce57c3de3f3dc95669d3a0564f6f7d0ff425321 (patch)
tree58eab48c4a0c8150f3f6ad66f0e952b18d73a627 /krebs/3modules/github-hosts-sync.nix
parent8f7253184ac53792d125c6713b0757da58389b1e (diff)
stockholm: provide krebs lib
Diffstat (limited to 'krebs/3modules/github-hosts-sync.nix')
-rw-r--r--krebs/3modules/github-hosts-sync.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/krebs/3modules/github-hosts-sync.nix b/krebs/3modules/github-hosts-sync.nix
index 2a1df9e0..5503ee8d 100644
--- a/krebs/3modules/github-hosts-sync.nix
+++ b/krebs/3modules/github-hosts-sync.nix
@@ -1,7 +1,6 @@
{ config, lib, pkgs, ... }:
-with builtins;
-with import ../4lib { inherit lib; };
+with lib;
let
cfg = config.krebs.github-hosts-sync;