Skip to content

Commit 250993c

Browse files
committed
Remove broken PHP version override
This doesn't actually work because the modules are from the specified PHP version, but pkgs.php gets used for the PHP binary.
1 parent fc55b75 commit 250993c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

dev/flake.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
dbUserName = "wordpress";
2626
dbUserPass = "8BVMm2jqDE6iADNyfaVCxoCzr3eBY6Ep";
2727
serverPort = 8888;
28-
phpPackage = getEnv "PHP_PACKAGE" "php";
29-
php = pkgs.${phpPackage}.buildEnv {
28+
php = pkgs.php.buildEnv {
3029
extensions = { enabled, all }:
3130
enabled ++ (with all; [ imagick memcached ]);
3231
};

0 commit comments

Comments
 (0)