From bfd637707cf26129d7af35d3e30fc96cf3bd744b Mon Sep 17 00:00:00 2001 From: Antoine Viallon Date: Mon, 10 Mar 2025 10:15:45 +0100 Subject: [PATCH] [Desktop/Developer] add nix language server (nil), and nixfmt --- desktop/developer.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/desktop/developer.nix b/desktop/developer.nix index e82ac2b..9ed5329 100644 --- a/desktop/developer.nix +++ b/desktop/developer.nix @@ -53,6 +53,9 @@ in { gopls # Go ccls # C/C++ lua-language-server # Lua + nil # Nix + + nixfmt-rfc-style (hiPrio clinfo) # hiPrio to override HIP's clinfo binutils