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

[Feature Request] Fix up flake.nix to expose entry point #155

Open
dmadisetti opened this issue Mar 3, 2024 · 3 comments
Open

[Feature Request] Fix up flake.nix to expose entry point #155

dmadisetti opened this issue Mar 3, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@dmadisetti
Copy link

I thought you might be interested in how you can use a flake to provide more than just a devshell-

Here's an example of a plugin flake that launches nvim with the correct provisioning, allowing for users to quickly try of the plugin: https://github.com/dmadisetti/AirLatex.vim/blob/main/flake.nix

A couple things make this possible:

Anyway, this is just a nice to have. I'll likely still try out the project

@dmadisetti dmadisetti added the enhancement New feature or request label Mar 3, 2024
@benlubas
Copy link
Owner

benlubas commented Mar 3, 2024

That's an interesting idea. I've never thought about that. There's a minimal configuration that you could use to try things out, but that doesn't properly setup all of the dependencies. A flake could handle all of that.

I'm just not sure that it's worth the effort to maintain something that so few people would use.

@dmadisetti
Copy link
Author

I set mine up more for dev purposes, as a quick manual integration test- but I hear that

Would you be open to a lightweight pr?

@benlubas
Copy link
Owner

benlubas commented Mar 3, 2024

yeah I'd be happy to look at a PR

dmadisetti added a commit to AnotherGroupChat/molten-nvim that referenced this issue Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants