mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-01-18 11:39:47 +01:00
fix: ruff command
feat: add ruff ruff
This commit is contained in:
parent
dcb9b16f81
commit
ecf832681c
1 changed files with 7 additions and 1 deletions
|
@ -108,7 +108,13 @@
|
|||
};
|
||||
|
||||
ruff = {
|
||||
package = pkgs.ruff;
|
||||
package = pkgs.writeShellApplication {
|
||||
name = "ruff";
|
||||
runtimeInputs = [pkgs.ruff];
|
||||
text = ''
|
||||
ruff format -
|
||||
'';
|
||||
};
|
||||
nullConfig = ''
|
||||
table.insert(
|
||||
ls_sources,
|
||||
|
|
Loading…
Reference in a new issue