phpfpm: use latest php
This commit is contained in:
parent
5ec54be235
commit
883517f37c
|
@ -36,7 +36,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
phpPackage = mkOption {
|
phpPackage = mkOption {
|
||||||
default = pkgs.php54;
|
default = pkgs.php;
|
||||||
description = ''
|
description = ''
|
||||||
The PHP package to use for running the FPM service.
|
The PHP package to use for running the FPM service.
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in New Issue