From 4698a94b422f85732706035d01a25bf0a6130956 Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Sun, 12 Apr 2026 21:09:06 +0300 Subject: [PATCH] add phpunit to devshell --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 80c8e5f..83fa469 100644 --- a/flake.nix +++ b/flake.nix @@ -14,6 +14,7 @@ cypress php85 php85Packages.composer + phpunit ]; }; };