chore: fix lint

This commit is contained in:
Nickolaj Jepsen 2025-08-21 10:31:50 +02:00
parent 94194bf902
commit b02ef14ef1
17 changed files with 46 additions and 48 deletions

View file

@ -1,4 +1,8 @@
{pkgs, pkgsUnstable, ...}: {
{
pkgs,
pkgsUnstable,
...
}: {
environment.systemPackages = [
pkgs.nodejs
pkgsUnstable.pnpm

View file

@ -3,4 +3,4 @@
set -xg PLAYWRIGHT_BROWSERS_PATH ${pkgsUnstable.playwright-driver.browsers}
set -xg PLAYWRIGHT_SKIP_VALIDATE_HOST_REQUIREMENTS true
'';
}
}