From 18e3d1a6ae78982fa1386279cc4581b89f7268c1 Mon Sep 17 00:00:00 2001 From: pompydev Date: Sun, 1 Jun 2025 12:03:41 +0900 Subject: [PATCH] ci: fix failing tests --- .forgejo/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 0feafe0..cd89881 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -16,7 +16,7 @@ jobs: - run: nix-env -i nodejs - uses: actions/checkout@v4 - name: Install devenv.sh - run: nix profile install nixpkgs#devenv + run: nix --extra-experimental-features nix-command profile install nixpkgs#devenv - run: devenv shell pnpm install - run: devenv shell pnpm lint - run: devenv shell pnpm build