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