Skip to content

Commit 51cab3e

Browse files
yvan-srakajfroche
authored andcommitted
chores(ci): opted-out nix-fast-build
1 parent e430828 commit 51cab3e

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
@@ -110,9 +110,7 @@ jobs:
110110
df -h
111111
- name: Build psql bundle
112112
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')"
113+
nix build ".#checks.$(nix eval --raw --impure --expr 'builtins.currentSystem')"
116114
env:
117115
AWS_ACCESS_KEY_ID: ${{ env.AWS_ACCESS_KEY_ID }}
118116
AWS_SECRET_ACCESS_KEY: ${{ env.AWS_SECRET_ACCESS_KEY }}

0 commit comments

Comments
 (0)