From d4aae0dfacbfc06b84412201747f63b95e1ef3f1 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 22 Aug 2025 12:03:31 +0100 Subject: [PATCH] Add Pest and PHPUnit to add PHP dev shells --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index f4361f1..fef1656 100644 --- a/flake.nix +++ b/flake.nix @@ -30,7 +30,9 @@ in [ composer2nix + pest phpactor + phpunit ]; };