Skip to content

Commit 952055e

Browse files
committed
fixup! replace treefmt-nix with nixfmt-tree
1 parent b156412 commit 952055e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flake.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@
4949

5050
devShells.default = pkgs.mkShell {
5151
packages = [
52-
self.formatter.${system}
52+
pkgs.ruff
53+
pkgs.nixfmt-rfc-style
5354
(pyprojectEnv (
5455
ps: with ps; [
5556
pytest

0 commit comments

Comments
 (0)