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 362fdc9 commit 1cae426Copy full SHA for 1cae426
.github/workflows/nix-build.yml
@@ -70,8 +70,10 @@ jobs:
70
substituters = https://cache.nixos.org https://nix-postgres-artifacts.s3.amazonaws.com
71
trusted-public-keys = nix-postgres-artifacts:dGZlQOvKcNEjvT7QEAJbcV6b6uk7VF/hWMjhYleiaLI=% cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
72
- name: Build psql bundle
73
- run: |
74
- ./docker/nix/build_nix.sh
+ run: >
+ nix run "github:Mic92/nix-fast-build?rev=b1dae483ab7d4139a6297e02b6de9e5d30e43d48"
75
+ -- --skip-cached --no-nom
76
+ --flake ".#checks.$(nix eval --raw --impure --expr 'builtins.currentSystem')"
77
env:
78
AWS_ACCESS_KEY_ID: ${{ env.AWS_ACCESS_KEY_ID }}
79
AWS_SECRET_ACCESS_KEY: ${{ env.AWS_SECRET_ACCESS_KEY }}
0 commit comments