From 883517f37cd8970c2b3adb812a6c55a758d8b61a Mon Sep 17 00:00:00 2001 From: Luca Bruno Date: Fri, 17 Jul 2015 18:09:50 +0200 Subject: [PATCH] phpfpm: use latest php --- nixos/modules/services/web-servers/phpfpm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/web-servers/phpfpm.nix b/nixos/modules/services/web-servers/phpfpm.nix index 8551e3ccdeb2..41dbfff41cfe 100644 --- a/nixos/modules/services/web-servers/phpfpm.nix +++ b/nixos/modules/services/web-servers/phpfpm.nix @@ -36,7 +36,7 @@ in { }; phpPackage = mkOption { - default = pkgs.php54; + default = pkgs.php; description = '' The PHP package to use for running the FPM service. '';