nixos: apply nixpkgs PR 490230 (playwright-cli)

This commit is contained in:
2026-02-13 14:10:59 -08:00
committed by Kat Huang
parent eae2c76aa2
commit 485b618bc5
3 changed files with 7 additions and 29 deletions

View File

@@ -5,7 +5,7 @@ description: Automate browser interactions from the shell using Playwright via t
# Browser Automation With playwright-cli
This system provides `playwright-cli` via Nix (see `nixos/overlay.nix` and `nixos/code.nix`), so its available on `PATH` without any `npm -g` installs.
This system provides `playwright-cli` via Nix (see `nixos/flake.nix` for the nixpkgs PR patch and `nixos/code.nix` for installation), so its available on `PATH` without any `npm -g` installs.
## Quick Start