From d85f1e831e400b2d1ea574fe6e40deba39d4d750 Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Tue, 25 Nov 2025 17:17:03 -0600 Subject: [PATCH] move nix linters up to minimal --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 9896459..9ff10b6 100644 --- a/flake.nix +++ b/flake.nix @@ -193,6 +193,9 @@ ripgrep # search - core to telescope, checked in telescope.lua init fd # file finding - improves telescope performance, checked in telescope.lua init tree-sitter # highlighting + # including nix for minal for nice iso build + nixfmt-rfc-style # nix formatter + nil # nix lsp ]; # Core tools to prefer in PATH (prefix) @@ -204,9 +207,6 @@ glow curl sshfs - # including nix for minal for nice iso build - nixfmt-rfc-style # nix formatter - nil # nix lsp ]; # Full optional tools (suffix) — linters, formatters, LSPs