From ae2420024947dfd821f728ebe3d3b7a1e3dd639d Mon Sep 17 00:00:00 2001 From: Spencer Brower <6729162+sbrow@users.noreply.github.com> Date: Wed, 5 Aug 2026 13:48:15 -0400 Subject: [PATCH] fix: Added `playwright` and `crawler` to nix flake. --- flake.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/flake.nix b/flake.nix index 9dfa51e..d8d1ec3 100644 --- a/flake.nix +++ b/flake.nix @@ -14,6 +14,10 @@ path = ./templates/default; description = "A simple boilerplate for running Laravel with nix run."; }; + crawler = { + path = ./templates/crawler; + description = "Boilerplate for using playwright with Node.js."; + }; go = { path = ./templates/go; description = "A simple boilerplate for building Go apps."; @@ -28,6 +32,10 @@ description = "A simple boilerplate for running PHP apps in a nix shell."; }; + playwright = { + path = ./templates/playwright; + description = "Boilerplate for using playwright with python."; + }; }; checks."x86_64-linux".vagrant =