Skip to content

Commit 993c0be

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nix-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ 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' || '' }}
108+
nix build
109+
--skip-cached ${{ matrix.runner == 'macos-latest-xlarge' && '--max-jobs 1' || '' }}
110110
--flake ".#checks.$(nix eval --raw --impure --expr 'builtins.currentSystem')"
111111
env:
112112
AWS_ACCESS_KEY_ID: ${{ env.AWS_ACCESS_KEY_ID }}

0 commit comments

Comments
 (0)