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 aea414d commit ff88713
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/scripts/depexts/generate-actions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,7 @@ EOF

if [ $target == "nix" ]; then
cat >>$dir/entrypoint.sh << EOF
mkdir ~/.opam
echo 'global-variables: [[os-distribution ["nixos"] "nixos"]]' > ~/.opam/config
echo 'global-variables: [[os-distribution ["nixos"] "nixos"]]' >> /opam/root/config
EOF
fi
Expand Down

0 comments on commit ff88713

Please sign in to comment.