Skip to content

feat: add nix flake #4

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

Merged
merged 1 commit into from
Jan 20, 2025
Merged

feat: add nix flake #4

merged 1 commit into from
Jan 20, 2025

Conversation

Saghen
Copy link
Contributor

@Saghen Saghen commented Jan 19, 2025

Adds a nix flake so that nix users may use the language server in their config like so:

inputs = {
  emmylua-analyzer = {
    url = "github:cppcxy/emmylua-analyzer-rust";
    inputs.nixpkgs.follows = "nixpkgs";
  };
};
...
environment.systemPackages = [ inputs.emmylua-analyzer.packages.${pkgs.system}.default ]

@CppCXY CppCXY merged commit deb8bfb into EmmyLuaLs:main Jan 20, 2025
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

Successfully merging this pull request may close these issues.

2 participants