Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

expose package thru flake? #3

Open
KiaraGrouwstra opened this issue May 17, 2024 · 1 comment
Open

expose package thru flake? #3

KiaraGrouwstra opened this issue May 17, 2024 · 1 comment

Comments

@KiaraGrouwstra
Copy link

hi there,

i was wondering if this project might be viable to use as a debug adapter in my ide (helix) on nixos, and found instructions in the readme about pointing vim to a dawn executable.

i noticed the flake primarily still exposed a dev shell tho, rather than the nix-built package (containing said executable).
would it perhaps be possible to have the package exposed in the flake as well?

or should i maybe not be ignoring the readme's wip notice? 😅

@DieracDelta
Copy link
Owner

DieracDelta commented May 17, 2024

This isn't viable to use as a debug adapter as it stands right now.

Nothing works beyond a proof of concept. There's nothing implemented. Fundamentally, getting debugger functionality out of nix is difficult since there's a bunch of logic in the nix debugger which isn't externally accessible. I was considering moving to tvix, but haven't had bandwidth to go through with implementation yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants