I'm getting a 404 from the CDN when trying to use this flake to add playwright 1.52.0 to my project.
I'm using playwright.url = "github:pietdevries94/playwright-web-flake/1.52.0"; as the input. I get the following errors when trying to do nix develop:
error: builder for '/nix/store/p6ml733z0lk9y124xicdlb8m138nz1wf-playwright-1.52.0-linux.zip.drv' failed with exit code 1;
last 7 log lines:
>
> trying https://cdn.playwright.dev/builds/driver/playwright-1.52.0-linux.zip
> % Total % Received % Xferd Average Speed Time Time Time Current
> Dload Upload Total Spent Left Speed
> 0 215 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
> curl: (56) The requested URL returned error: 404
> error: cannot download playwright-1.52.0-linux.zip from any mirror
For full logs, run 'nix log /nix/store/p6ml733z0lk9y124xicdlb8m138nz1wf-playwright-1.52.0-linux.zip.drv'.
error: 1 dependencies of derivation '/nix/store/n3gff9jczdls5q51r35q1ncv5garpbsm-playwright-driver-1.52.0.drv' failed to build
error: 1 dependencies of derivation '/nix/store/6lansaapwns4mpm8d2x3vgsm3cwh4pqg-playwright-browsers-chromium.drv' failed to build
error: 1 dependencies of derivation '/nix/store/7pf3f7dgw1fnzvvbfz23ayg8mlmpsiw0-_at_playwright_slash_test-1.52.0.drv' failed to build
error: 1 dependencies of derivation '/nix/store/xasdcdm2f77md8wxgk26h01drac3xda8-nix-shell-env.drv' failed to build
Checking independently shows a 404 for that path in my browser as well.
Thanks!
I'm getting a 404 from the CDN when trying to use this flake to add playwright 1.52.0 to my project.
I'm using
playwright.url = "github:pietdevries94/playwright-web-flake/1.52.0";as the input. I get the following errors when trying to donix develop:Checking independently shows a 404 for that path in my browser as well.
Thanks!