Skip to content

Commit

Permalink
[leap] Add gdb to image
Browse files Browse the repository at this point in the history
  • Loading branch information
centromere committed Feb 9, 2024
1 parent 59fab75 commit 21ad73c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fullnodes/leap/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ with pkgs; rec {
extraCommands = ''
mkdir ./bin && \
ln -s ${package}/bin/nodeos ./bin/nodeos && \
ln -s ${package}/bin/leap-util ./bin/leap-util
ln -s ${package}/bin/leap-util ./bin/leap-util && \
ln -s ${gdb}/bin/gdb ./bin/gdb
'';
};
}

0 comments on commit 21ad73c

Please sign in to comment.