diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 090f8d2..f89ccf3 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -15,9 +15,10 @@ jobs: uses: actions/checkout@v2 - name: Build uses: docker://nixos/nix - run: | - nix build \ - --extra-experimental-features flakes \ - --extra-experimental-features nix-command \ - --print-build-logs \ + with: + args: + nix build + --extra-experimental-features flakes + --extra-experimental-features nix-command + --print-build-logs --verbose