diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 5fce1b1..620c094 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -9,4 +9,4 @@ jobs: steps: - uses: actions/checkout@v4 - run: attic login pkgs https://attic.scug.io ${{ secrets.ATTIC_TOKEN }} - - run: nix-fast-build -- --systems "x86_64-linux aarch64-linux" --no-nom --attic-cache pkgs + - run: nix-fast-build --systems "x86_64-linux aarch64-linux" --no-nom --attic-cache pkgs