Skip to content

Commit

Permalink
Remove json extension from php82.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jun 27, 2022
1 parent 2236045 commit adbcf86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@
php82 = {
php = phps.php82;
withExtensions = defaultExtensions ++ requiredExts;
withoutExtensions = [ "json" ];
};
};

Expand Down

0 comments on commit adbcf86

Please sign in to comment.