Skip to content

Commit 404e732

Browse files
committed
fix: get nix on PATH
1 parent 8aea296 commit 404e732

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nix-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install --no-confirm \
6969
--extra-conf "substituters = https://cache.nixos.org https://nix-postgres-artifacts.s3.amazonaws.com" \
7070
--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
7172
cp ./docker/nix/build_nix.sh ./build_nix.sh
7273
sed -i '' 's/cd workspace//g' ./build_nix.sh
7374
sed -i '' '1s|^#!/bin/env bash|#!/usr/bin/env bash|' ./build_nix.sh

0 commit comments

Comments
 (0)