Skip to content

Commit

Permalink
phpfpm service: fix phpOptions
Browse files Browse the repository at this point in the history
Broken due to #23216.
  • Loading branch information
fpletz committed Mar 7, 2017
1 parent d76db93 commit d7674da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/web-servers/phpfpm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ let
inherit (cfg) phpPackage phpOptions;
passAsFile = [ "phpOptions" ];
} ''
cat $phpPackage/etc/php.ini $phpOptionsFile > $out
cat $phpPackage/etc/php.ini $phpOptionsPath > $out
'';

in {
Expand Down

0 comments on commit d7674da

Please sign in to comment.