mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
phpfpm: use latest php
This commit is contained in:
parent
5ec54be235
commit
883517f37c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue