We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39655e6 commit 993c0beCopy full SHA for 993c0be
.github/workflows/nix-build.yml
@@ -105,8 +105,8 @@ jobs:
105
df -h
106
- name: Build psql bundle
107
run: >
108
- nix run "github:Mic92/nix-fast-build?rev=b1dae483ab7d4139a6297e02b6de9e5d30e43d48"
109
- -- --skip-cached --no-nom ${{ matrix.runner == 'macos-latest-xlarge' && '--max-jobs 1' || '' }}
+ nix build
+ --skip-cached ${{ matrix.runner == 'macos-latest-xlarge' && '--max-jobs 1' || '' }}
110
--flake ".#checks.$(nix eval --raw --impure --expr 'builtins.currentSystem')"
111
env:
112
AWS_ACCESS_KEY_ID: ${{ env.AWS_ACCESS_KEY_ID }}
0 commit comments