fix running composer lint

This commit is contained in:
Jonas Heinrich 2024-09-06 14:24:39 +02:00
parent fb792c2d26
commit 2411c37f57
4 changed files with 9 additions and 7 deletions

View file

@ -11,6 +11,7 @@
outputs = { self, nixpkgs, nixos-shell, ... }@inputs: let
pkgs = nixpkgs.legacyPackages.x86_64-linux;
start =
pkgs.writeShellScriptBin "start" ''
set -e
@ -29,7 +30,8 @@
devShells.x86_64-linux = {
default = with pkgs; mkShell {
nativeBuildInputs = with php84Packages; [
# FIXME "composer lint" only works with PHP 8.2 at the moment
nativeBuildInputs = with php82Packages; [
composer
php-cs-fixer
phpunit