fix nixvim
Some checks failed
/ lint (push) Failing after 30s

This commit is contained in:
Jana Dönszelmann 2026-01-25 09:41:29 +01:00
parent e3f3e75285
commit 84644d3675
No known key found for this signature in database
4 changed files with 164 additions and 148 deletions

View file

@ -188,7 +188,7 @@
shellHook = "exec $NIX_BUILD_SHELL";
};
formatter = pkgs.nixfmt-rfc-style;
formatter = pkgs.nixfmt;
}
);