From ebd015ddabe019999d103968ffdce56ef30ead79 Mon Sep 17 00:00:00 2001 From: Volker Schukai <volker.schukai@schukai.com> Date: Wed, 15 May 2024 17:01:23 +0200 Subject: [PATCH] fix: wip web tests --- flake.nix | 3 +++ nix/config/common-packages.nix | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index d48e89c66..eddcd3a64 100644 --- a/flake.nix +++ b/flake.nix @@ -111,8 +111,11 @@ gitlabPackages = with pkgs';[ nodejs_21 git + google-fonts + open-sans script-run-ci-tests script-run-ci-web-tests + roboto ]; in pkgs'.mkShell { diff --git a/nix/config/common-packages.nix b/nix/config/common-packages.nix index 321e17af1..253da1610 100644 --- a/nix/config/common-packages.nix +++ b/nix/config/common-packages.nix @@ -33,5 +33,5 @@ with pkgs'; [ vhs wget zlib - google-fonts + ] -- GitLab