Skip to content

Commit 1194ca6

Browse files
committed
[WIP] opted-out nix-fast-build
1 parent 39655e6 commit 1194ca6

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
@@ -105,9 +105,7 @@ jobs:
105105
df -h
106106
- name: Build psql bundle
107107
run: >
108-
nix run "github:Mic92/nix-fast-build?rev=b1dae483ab7d4139a6297e02b6de9e5d30e43d48"
109-
-- --skip-cached --no-nom ${{ matrix.runner == 'macos-latest-xlarge' && '--max-jobs 1' || '' }}
110-
--flake ".#checks.$(nix eval --raw --impure --expr 'builtins.currentSystem')"
108+
nix build --flake ".#checks.$(nix eval --raw --impure --expr 'builtins.currentSystem')"
111109
env:
112110
AWS_ACCESS_KEY_ID: ${{ env.AWS_ACCESS_KEY_ID }}
113111
AWS_SECRET_ACCESS_KEY: ${{ env.AWS_SECRET_ACCESS_KEY }}

0 commit comments

Comments
 (0)