diff options
author | tv <tv@shackspace.de> | 2015-10-21 00:08:18 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-10-21 00:11:12 +0200 |
commit | 226ea391caec5b3f2f112de263dd2db3a0e012f4 (patch) | |
tree | 4815b67dcf4389d468a931e535164b7b34074f02 /krebs/3modules/github-hosts-sync.nix | |
parent | fc45cc29265e9b3e51033fddd5d8ea1042c1aa41 (diff) |
stockholm: provide krebs lib
Diffstat (limited to 'krebs/3modules/github-hosts-sync.nix')
-rw-r--r-- | krebs/3modules/github-hosts-sync.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/krebs/3modules/github-hosts-sync.nix b/krebs/3modules/github-hosts-sync.nix index 2a1df9e03..5503ee8d6 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; |