Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGibb committed Jul 17, 2024
1 parent 1770d3b commit 9e606cd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/scripts/depexts/generate-actions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,15 @@ eval \$(opam env)
make
./opam config report
./opam switch create confs --empty
EOF

if [ $target == "nix" ]; then
cat >>$dir/entrypoint.sh << EOF
opam option --global os-distribution=nix
EOF
fi

# Test depexts

Expand Down

0 comments on commit 9e606cd

Please sign in to comment.