fix(nvim): nixd nixpkgs

This commit is contained in:
2025-12-20 12:57:47 +08:00
parent 7f250e19ef
commit 6482506cc3
2 changed files with 2 additions and 4 deletions

View File

@@ -1,9 +1,6 @@
vim.lsp.config("nixd", {
settings = {
nixd = {
nixpkgs = {
expr = "import <nixpkgs> { }",
},
options = {
nixos = {
expr = '(builtins.getFlake ("git+file://" + toString ./.)).nixosConfigurations.'