This commit is contained in:
Oliver Davies 2025-05-29 10:30:55 +01:00
parent 8024351158
commit 0dbbd96cda

View file

@ -15,10 +15,9 @@
}; };
phpPackages = pkgs.php83Packages; phpPackages = pkgs.php83Packages;
in in
with pkgs;
{ {
devShells.${system}.default = mkShell { devShells.${system}.default = pkgs.mkShell {
packages = [ packages = with pkgs; [
just just
php php
phpactor phpactor