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 e430828 commit 51cab3eCopy full SHA for 51cab3e
.github/workflows/nix-build.yml
@@ -110,9 +110,7 @@ jobs:
110
df -h
111
- name: Build psql bundle
112
run: >
113
- nix run "github:Mic92/nix-fast-build?rev=b1dae483ab7d4139a6297e02b6de9e5d30e43d48"
114
- -- --skip-cached --no-nom ${{ matrix.runner == 'macos-latest-xlarge' && '--max-jobs 1' || '' }}
115
- --flake ".#checks.$(nix eval --raw --impure --expr 'builtins.currentSystem')"
+ nix build ".#checks.$(nix eval --raw --impure --expr 'builtins.currentSystem')"
116
env:
117
AWS_ACCESS_KEY_ID: ${{ env.AWS_ACCESS_KEY_ID }}
118
AWS_SECRET_ACCESS_KEY: ${{ env.AWS_SECRET_ACCESS_KEY }}
0 commit comments