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

add steel-language-server to nix flake #184

Open
cgahr opened this issue Mar 20, 2024 · 3 comments
Open

add steel-language-server to nix flake #184

cgahr opened this issue Mar 20, 2024 · 3 comments

Comments

@cgahr
Copy link
Contributor

cgahr commented Mar 20, 2024

I just learned that there is a language server for steel. This is so great!

However, it would be even nicer if this language server would be installable using nix flakes. If this is of interest for this project, I could take care of it.

@mattwparas
Copy link
Owner

I think that would be a good idea, and would appreciate it if you added that.

I don't use nix - so I don't have much skin in the game there.

@bddvlpr
Copy link
Contributor

bddvlpr commented Jul 24, 2024

Currently packaged this in bddvlpr/nix-steel if you need it already before it gets implemented upstream.

@MatrixManAtYrService
Copy link
Contributor

You can also add it with an overlay:

steel-pkg = steel-flake.packages.${system}.steel.overrideAttrs (oldAttrs: {
    cargoBuildFlags = "-p cargo-steel-lib -p steel-interpreter -p steel-language-server";
});

I'm doing this here

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

4 participants