Skip to content

Commit b2bdbf9

Browse files
committed
chores: opted-out nix-fast-build
1 parent a3d559f commit b2bdbf9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/nix-build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,7 @@ jobs:
106106
df -h
107107
- name: Build psql bundle
108108
run: >
109-
nix run "github:Mic92/nix-fast-build?rev=b1dae483ab7d4139a6297e02b6de9e5d30e43d48"
110-
-- --skip-cached --no-nom ${{ matrix.runner == 'macos-latest-xlarge' && '--max-jobs 1' || '' }}
111-
--flake ".#checks.$(nix eval --raw --impure --expr 'builtins.currentSystem')"
109+
nix build ".#checks.$(nix eval --raw --impure --expr 'builtins.currentSystem')"
112110
env:
113111
AWS_ACCESS_KEY_ID: ${{ env.AWS_ACCESS_KEY_ID }}
114112
AWS_SECRET_ACCESS_KEY: ${{ env.AWS_SECRET_ACCESS_KEY }}

0 commit comments

Comments
 (0)