diff options
author | tv <tv@krebsco.de> | 2016-02-14 16:43:44 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-02-14 16:43:44 +0100 |
commit | 5f00b6b93fa081bbd76e5ba67de183e2db83cc15 (patch) | |
tree | 9ad43f3e2b90f7082146f8478bbf88810d92f803 /tv/2configs/exim-smarthost.nix | |
parent | 2339496ff012e511f4d709ed05a7e2fc12b9aef7 (diff) |
RIP specialArgs.lib
Diffstat (limited to 'tv/2configs/exim-smarthost.nix')
-rw-r--r-- | tv/2configs/exim-smarthost.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/exim-smarthost.nix b/tv/2configs/exim-smarthost.nix index bcfea78..4b49e20 100644 --- a/tv/2configs/exim-smarthost.nix +++ b/tv/2configs/exim-smarthost.nix @@ -1,6 +1,6 @@ { config, lib, pkgs, ... }: -with lib; +with config.krebs.lib; { krebs.exim-smarthost = { |