fix: Added playwright and crawler to nix flake.

This commit is contained in:
Spencer Brower
2026-08-05 13:48:15 -04:00
parent c5a05d47ac
commit ae24200249
+8
View File
@@ -14,6 +14,10 @@
path = ./templates/default; path = ./templates/default;
description = "A simple boilerplate for running Laravel with nix run."; description = "A simple boilerplate for running Laravel with nix run.";
}; };
crawler = {
path = ./templates/crawler;
description = "Boilerplate for using playwright with Node.js.";
};
go = { go = {
path = ./templates/go; path = ./templates/go;
description = "A simple boilerplate for building Go apps."; description = "A simple boilerplate for building Go apps.";
@@ -28,6 +32,10 @@
description = description =
"A simple boilerplate for running PHP apps in a nix shell."; "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 = checks."x86_64-linux".vagrant =