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/nginx-public_html.nix | |
| parent | 2339496ff012e511f4d709ed05a7e2fc12b9aef7 (diff) | |
RIP specialArgs.lib
Diffstat (limited to 'tv/2configs/nginx-public_html.nix')
| -rw-r--r-- | tv/2configs/nginx-public_html.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tv/2configs/nginx-public_html.nix b/tv/2configs/nginx-public_html.nix index dc74f7f..15a3b54 100644 --- a/tv/2configs/nginx-public_html.nix +++ b/tv/2configs/nginx-public_html.nix @@ -1,6 +1,6 @@ -{ lib, ... }: +{ config, lib, ... }: -with lib; +with config.krebs.lib; { krebs.nginx = { |
