mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50: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 {
|
||||
default = pkgs.php54;
|
||||
default = pkgs.php;
|
||||
description = ''
|
||||
The PHP package to use for running the FPM service.
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue