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 89cfcbf commit 8aea296Copy full SHA for 8aea296
.github/workflows/nix-build.yml
@@ -65,6 +65,9 @@ jobs:
65
- name: Build psql bundle on macos
66
if: matrix.runner == 'macos-latest'
67
run: |
68
+ curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install --no-confirm \
69
+ --extra-conf "substituters = https://cache.nixos.org https://nix-postgres-artifacts.s3.amazonaws.com" \
70
+ --extra-conf "trusted-public-keys = nix-postgres-artifacts:dGZlQOvKcNEjvT7QEAJbcV6b6uk7VF/hWMjhYleiaLI=% cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
71
cp ./docker/nix/build_nix.sh ./build_nix.sh
72
sed -i '' 's/cd workspace//g' ./build_nix.sh
73
sed -i '' '1s|^#!/bin/env bash|#!/usr/bin/env bash|' ./build_nix.sh
0 commit comments