Skip to content

Commit

Permalink
phpfpm service: fix phpOptions
Browse files Browse the repository at this point in the history
Broken due to #23216.

(cherry picked from commit d7674da)
  • Loading branch information
fpletz committed Mar 7, 2017
1 parent 37ea115 commit d37b68d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/web-servers/phpfpm/default.nix
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 d37b68d

Please sign in to comment.