Skip to content

Commit d57014b

Browse files
committed
move treefmt to formatter module
1 parent 626eef9 commit d57014b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
./nixosModules/flake-module.nix
3333
./checks/flake-module.nix
3434
]
35-
++ inputs.nixpkgs.lib.optional (inputs.treefmt-nix ? flakeModule) ./nix/treefmt/flake-module.nix
35+
++ inputs.nixpkgs.lib.optional (inputs.treefmt-nix ? flakeModule) ./formatter/flake-module.nix
3636
++ inputs.nixpkgs.lib.optionals (inputs.hercules-ci-effects ? flakeModule) [
3737
inputs.hercules-ci-effects.flakeModule
3838
{
File renamed without changes.

0 commit comments

Comments
 (0)