Skip to content

Commit

Permalink
fix(nix): nixd should not be installed through mason
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Jul 9, 2024
1 parent a683346 commit 44e8c95
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
1 change: 1 addition & 0 deletions lua/astrocommunity/pack/nix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Requires the following in your `PATH`

- [nixd](https://github.com/nix-community/nixd)
- [alejandra](https://github.com/kamadorueda/alejandra)
- [deadnix](https://github.com/astro/deadnix)
- [statix](https://github.com/nerdypepper/statix)
Expand Down
14 changes: 0 additions & 14 deletions lua/astrocommunity/pack/nix/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,6 @@ return {
end
end,
},
{
"williamboman/mason-lspconfig.nvim",
optional = true,
opts = function(_, opts)
opts.ensure_installed = require("astrocore").list_insert_unique(opts.ensure_installed, { "nixd" })
end,
},
{
"WhoIsSethDaniel/mason-tool-installer.nvim",
optional = true,
opts = function(_, opts)
opts.ensure_installed = require("astrocore").list_insert_unique(opts.ensure_installed, { "nixd" })
end,
},
{
"nvimtools/none-ls.nvim",
optional = true,
Expand Down

0 comments on commit 44e8c95

Please sign in to comment.