-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
Add flake for dev environment on nix #65
base: main
Are you sure you want to change the base?
Conversation
fwiw I was looking into the next step of adding new language support and it made me remember you are using a monorepo for all of the different cursorless stuff, so it may make more sense to have one flake in the base that allows development for everything, but I'll look into it more. |
Since this tool isn't included in the cursorless monrepo, could still add this flake if you decide you want them. Although as with the cursorless one, I'll need to remove node2nix from this one too. But will do it re-test another day. Also I removed the .envrc, so need to update the README to tweak the instructions still. |
3b849ec
to
43b0025
Compare
Actually now that we don't use the vendored |
Fwiw we are now vendoring web-tree-sitter again 😅. See #69 |
Well, if we can get everyone working on this on nix, we should resolve everyone's weird "it works on my machine" build issues related to node-gyp |
43b0025
to
fb0e102
Compare
just wanted to check this one wasn't waiting on a review from me |
Still waiting for steam-run to be removed from the dev shell packages. |
Removed it |
great. if @auscompgeek is happy I'm happy |
This is what I used to get a build environment working on nix, maybe not the best as I'm new to nix, but works.