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;
in
with pkgs;
{
devShells.${system}.default = mkShell {
packages = [
devShells.${system}.default = pkgs.mkShell {
packages = with pkgs; [
just
php
phpactor