Skip to content

Commit f165e3d

Browse files
committed
update
1 parent ee7ac93 commit f165e3d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/scripts/depexts/generate-actions.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -165,12 +165,13 @@ EOF
165165

166166
if [ $target == "nix" ]; then
167167
cat >>$dir/entrypoint.sh << EOF
168-
nix-shell -p binutils
168+
nix-shell -p binutils --run env > /nix.env
169+
source /nix.env
169170
170171
EOF
171172
fi
172173

173-
cat >$dir/entrypoint.sh << EOF
174+
cat >>$dir/entrypoint.sh << EOF
174175
/usr/bin/opam install . --deps
175176
eval \$(opam env)
176177
./configure

0 commit comments

Comments
 (0)