Standardise PHP versions

This commit is contained in:
Oliver Davies 2025-01-08 20:34:03 +00:00
parent 30f336f05b
commit 320f503b1e

View file

@ -8,6 +8,10 @@
with lib;
let
php = pkgs.php82;
phpPackages = pkgs.php82Packages;
in
{
options.features.cli.neovim.enable = mkEnableOption "Enable neovim";
@ -130,7 +134,7 @@ with lib;
# Languages
nodePackages.typescript
nodejs-slim
php81
php
# Language servers
gopls
@ -162,8 +166,8 @@ with lib;
html-tidy
nodePackages.jsonlint
nodePackages.markdownlint-cli
php82Packages.php-codesniffer
php82Packages.phpstan
phpPackages.php-codesniffer
phpPackages.phpstan
proselint
shellcheck
yamllint