Skip to content

Commit

Permalink
nixos/nginx: fix eval
Browse files Browse the repository at this point in the history
Fixes a typo introduced in NixOS#83611
  • Loading branch information
jtojnar authored and Emantor committed Mar 29, 2020
1 parent ff7df07 commit c3a42c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/web-servers/nginx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ let
${optionalString (cfg.httpConfig != "") ''
http {
${common.httpConfig}
${commonHttpConfig}
${cfg.httpConfig}
}''}
Expand Down

0 comments on commit c3a42c4

Please sign in to comment.