diff --git a/flake.nix b/flake.nix index 6f027526..a122f8af 100644 --- a/flake.nix +++ b/flake.nix @@ -23,14 +23,15 @@ buildInputs = with pkgs; [ git just - playwright-driver.browsers - playwright-test sqlite-interactive nodejs_20 python3 # for node-gyp gcc # for node-gyp + playwright-driver.browsers # e2e tests + playwright-test # e2e tests + earthly docker docker-compose @@ -49,6 +50,10 @@ sqlite python3 # for node-gyp gcc # for node-gyp + + playwright-driver.browsers # e2e tests + playwright-test # e2e tests + ]; }; production = pkgs.mkShellNoCC {