Skip to content

Commit 71f36dd

Browse files
committed
add formatter for python
1 parent 5624632 commit 71f36dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

treefmt/flake-module.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
imports = [
33
inputs.treefmt-nix.flakeModule
44
];
5-
perSystem = { config, pkgs, ... }: {
5+
perSystem = { config, lib, pkgs, ... }: {
66
treefmt = {
77
projectRootFile = "flake.nix";
88
programs.mdsh.enable = true;

0 commit comments

Comments
 (0)