treefmt: stop using old attr

This commit is contained in:
Michael Hoang
2026-01-20 14:28:37 +00:00
committed by Michael Hoang
parent 6fcb8c602b
commit ea8eec3908
+1 -1
View File
@@ -120,7 +120,7 @@
text = ''treefmt "$@"'';
runtimeInputs = [
pkgs.deadnix
pkgs.nixfmt-rfc-style
pkgs.nixfmt
pkgs.shellcheck
pkgs.treefmt
];