chore: update

This commit is contained in:
Nickolaj Jepsen 2025-07-11 09:32:59 +02:00
parent e482775b40
commit e9c4658fa6
2 changed files with 69 additions and 91 deletions

View file

@ -1,6 +1,6 @@
{pkgs, ...}: {
{pkgsUnstable, ...}: {
fireproof.home-manager.programs.fish.shellInit = ''
set -xg PLAYWRIGHT_BROWSERS_PATH ${pkgs.playwright-driver.browsers}
set -xg PLAYWRIGHT_BROWSERS_PATH ${pkgsUnstable.playwright-driver.browsers}
set -xg PLAYWRIGHT_SKIP_VALIDATE_HOST_REQUIREMENTS true
'';
}