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 8aea296 commit 404e732Copy full SHA for 404e732
.github/workflows/nix-build.yml
@@ -68,6 +68,7 @@ jobs:
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
+ . /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh
72
cp ./docker/nix/build_nix.sh ./build_nix.sh
73
sed -i '' 's/cd workspace//g' ./build_nix.sh
74
sed -i '' '1s|^#!/bin/env bash|#!/usr/bin/env bash|' ./build_nix.sh
0 commit comments