fix crystalline and rust-analyzer language servers

This commit is contained in:
Joakim Repomaa
2025-03-03 09:03:10 +02:00
parent e65c450464
commit 2248547f92

View File

@@ -89,6 +89,8 @@ in
lib.getExe lib.getExe
inputs.nixpkgs-unstable.legacyPackages.${pkgs.system}.package-version-server; inputs.nixpkgs-unstable.legacyPackages.${pkgs.system}.package-version-server;
eslint.settings.onIgnoredFiles = "off"; eslint.settings.onIgnoredFiles = "off";
crystalline.binary.path = lib.getExe crystalline;
rust-analyzer.binary.path = lib.getExe rust-analyzer;
}; };
load_direnv = "shell_hook"; load_direnv = "shell_hook";
theme = { theme = {