0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

nixos/nginx: fix eval

Fixes a typo introduced in https://github.com/NixOS/nixpkgs/pull/83611
This commit is contained in:
Jan Tojnar 2020-03-29 00:18:44 +01:00
parent 4d226bad77
commit 3c4ab13243
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -176,7 +176,7 @@ let
${optionalString (cfg.httpConfig != "") '' ${optionalString (cfg.httpConfig != "") ''
http { http {
${common.httpConfig} ${commonHttpConfig}
${cfg.httpConfig} ${cfg.httpConfig}
}''} }''}