Skip to content

Commit

Permalink
Symlink booster-dev binary into bin/ in the final k derivation (#4424)
Browse files Browse the repository at this point in the history
  • Loading branch information
goodlyrottenapple authored Jun 6, 2024
1 parent df9a88d commit 769927c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/k.nix
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ let
ln -sf ${haskell-backend}/bin/kore-rpc-booster $out/bin/kore-rpc-booster
ln -sf ${haskell-backend}/bin/kore-rpc-client $out/bin/kore-rpc-client
ln -sf ${haskell-backend}/bin/booster-dev $out/bin/booster-dev
prelude_kore="$out/include/kframework/kore/prelude.kore"
mkdir -p "$(dirname "$prelude_kore")"
Expand Down

0 comments on commit 769927c

Please sign in to comment.