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 c1dfa0a commit 01c32a3Copy full SHA for 01c32a3
.github/workflows/nix-build.yml
@@ -91,9 +91,6 @@ jobs:
91
env:
92
DEV_AWS_ROLE: ${{ secrets.DEV_AWS_ROLE }}
93
NIX_SIGN_SECRET_KEY: ${{ secrets.NIX_SIGN_SECRET_KEY }}
94
- - name: Build psql bundle
95
- run: >
96
- nix build ".#checks.$(nix eval --raw --impure --expr 'builtins.currentSystem')"
97
- name: nix build
98
shell: bash
99
run: nix build --accept-flake-config -L .#${{ matrix.attr }}
0 commit comments