fix: run nix fmt

This commit is contained in:
Thales Menato 2025-01-15 07:24:04 -05:00
parent ecf832681c
commit 3f43edd635

View file

@ -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 -