mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-01-18 08:09:48 +01:00
fix: run nix fmt
This commit is contained in:
parent
ecf832681c
commit
3f43edd635
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@
|
|||
|
||||
ruff = {
|
||||
package = pkgs.writeShellApplication {
|
||||
name = "ruff";
|
||||
name = "ruff";
|
||||
runtimeInputs = [pkgs.ruff];
|
||||
text = ''
|
||||
ruff format -
|
||||
|
|
Loading…
Reference in a new issue