aboutsummaryrefslogtreecommitdiff
path: root/lsp/nixd.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/nixd.lua')
-rw-r--r--lsp/nixd.lua13
1 files changed, 1 insertions, 12 deletions
diff --git a/lsp/nixd.lua b/lsp/nixd.lua
index 6e2d589..31d4768 100644
--- a/lsp/nixd.lua
+++ b/lsp/nixd.lua
@@ -1,19 +1,8 @@
return {
settings = {
nixd = {
- nixpkgs = {
- expr = "import (builtins.getFlake(toString ./.)).inputs.nixpkgs { }",
- },
formatting = {
- command = {"alejandra"},
- },
- options = {
- nixos = {
- expr = "let flake = builtins.getFlake(toString ./.); in flake.nixosConfigurations.skadi.options",
- },
- home_manager = {
- expr = "let flake = builtins.getFlake(toString ./.); in flake.homeConfigurations.skadi.options",
- },
+ command = { "alejandra" },
},
},
},