Skip to content

Commit

Permalink
fix: remove json
Browse files Browse the repository at this point in the history
  • Loading branch information
batonac committed Aug 14, 2024
1 parent 4dadb0a commit e14cef1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions wordpress.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@

let
wordpress = pkgs.wordpress;
php = pkgs.php82.buildEnv {
php = pkgs.php83.buildEnv {
extensions = { all, enabled }: with all; enabled ++ [
# Required extensions
json
mysqli

# Highly recommended extensions
Expand Down

0 comments on commit e14cef1

Please sign in to comment.