Skip to content

Commit

Permalink
feat: get nixd directly from the source
Browse files Browse the repository at this point in the history
This fixes a problem where it was not building on Mac, as well as
(hopefully) get newer features faster.
  • Loading branch information
cfcosta committed Aug 1, 2023
1 parent 5fb1702 commit 9881fc5
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 1 deletion.
58 changes: 58 additions & 0 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
};
};

nixd = {
url = "github:nix-community/nixd";
inputs = { nixpkgs.follows = "nixpkgs"; };
};

cmp-buffer = {
url = "github:hrsh7th/cmp-buffer";
flake = false;
Expand Down
2 changes: 1 addition & 1 deletion plugins/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ with deps.nightvim.lib; {
inputs = with pkgs; [
gopls
luajitPackages.lua-lsp
nixd
deps.nixd
nodePackages.dockerfile-language-server-nodejs
nodePackages.eslint
nodePackages.svelte-language-server
Expand Down

0 comments on commit 9881fc5

Please sign in to comment.