From bf5d879168bda5f0ece6a1bd6ab64cb4a1bf22e3 Mon Sep 17 00:00:00 2001 From: clan-tool Date: Wed, 3 Sep 2025 19:41:18 +0200 Subject: [PATCH] uuuuugh again --- .forgejo/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/action.yml b/.forgejo/workflows/action.yml index afe72c9..6040d04 100644 --- a/.forgejo/workflows/action.yml +++ b/.forgejo/workflows/action.yml @@ -12,7 +12,7 @@ jobs: runs-on: default steps: - name: Install deps - run: nix shell nixpkgs#node --extra-experimental-features nix-command flakes + run: nix shell nixpkgs#node --extra-experimental-features "nix-command flakes" - uses: actions/checkout@v4