Standardise PHP versions
This commit is contained in:
parent
30f336f05b
commit
320f503b1e
|
@ -8,6 +8,10 @@
|
||||||
|
|
||||||
with lib;
|
with lib;
|
||||||
|
|
||||||
|
let
|
||||||
|
php = pkgs.php82;
|
||||||
|
phpPackages = pkgs.php82Packages;
|
||||||
|
in
|
||||||
{
|
{
|
||||||
options.features.cli.neovim.enable = mkEnableOption "Enable neovim";
|
options.features.cli.neovim.enable = mkEnableOption "Enable neovim";
|
||||||
|
|
||||||
|
@ -130,7 +134,7 @@ with lib;
|
||||||
# Languages
|
# Languages
|
||||||
nodePackages.typescript
|
nodePackages.typescript
|
||||||
nodejs-slim
|
nodejs-slim
|
||||||
php81
|
php
|
||||||
|
|
||||||
# Language servers
|
# Language servers
|
||||||
gopls
|
gopls
|
||||||
|
@ -162,8 +166,8 @@ with lib;
|
||||||
html-tidy
|
html-tidy
|
||||||
nodePackages.jsonlint
|
nodePackages.jsonlint
|
||||||
nodePackages.markdownlint-cli
|
nodePackages.markdownlint-cli
|
||||||
php82Packages.php-codesniffer
|
phpPackages.php-codesniffer
|
||||||
php82Packages.phpstan
|
phpPackages.phpstan
|
||||||
proselint
|
proselint
|
||||||
shellcheck
|
shellcheck
|
||||||
yamllint
|
yamllint
|
||||||
|
|
Loading…
Reference in a new issue