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

@@ -219,6 +219,11 @@
}: let
# Nixpkgs PR patches - just specify PR number and hash
nixpkgsPRPatches = [
# playwright-cli
{
pr = 490230;
hash = "sha256-FGTQuqTDJV7GXsHDNOMyNBD2ZUBNJa//FBoCPEQHdLA=";
}
# claude-code
# {
# pr = 464698;
@@ -342,6 +347,7 @@
patches = map bootstrapPkgs.fetchpatch allNixpkgsPatches;
prePatch = ''
mkdir -p pkgs/by-name/an/antigravity
mkdir -p pkgs/by-name/pl/playwright-cli
'';
};
# Get eval-config from patched source