mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 16:16:50 +01:00
chore: update
This commit is contained in:
parent
e482775b40
commit
e9c4658fa6
2 changed files with 69 additions and 91 deletions
|
|
@ -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
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue