mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-01-18 11:39:47 +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 = {
|
ruff = {
|
||||||
package = pkgs.writeShellApplication {
|
package = pkgs.writeShellApplication {
|
||||||
name = "ruff";
|
name = "ruff";
|
||||||
runtimeInputs = [pkgs.ruff];
|
runtimeInputs = [pkgs.ruff];
|
||||||
text = ''
|
text = ''
|
||||||
ruff format -
|
ruff format -
|
||||||
|
|
Loading…
Reference in a new issue