Skip to content

Commit affbb99

Browse files
committed
feat: switch back to numtide/treefmt-nix
It now supports freeform type for settings allowing us to pass through pipeline options. Signed-off-by: Brian McGee <[email protected]>
1 parent 8f427c6 commit affbb99

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

flake.lock

+5-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
inputs.nixpkgs-lib.follows = "nixpkgs";
1818
};
1919
treefmt-nix = {
20-
# todo switch back to numtide/treefmt-nix once merged
21-
url = "github:brianmcgee/treefmt-nix/feat/pipelines";
20+
url = "github:numtide/treefmt-nix";
2221
inputs.nixpkgs.follows = "nixpkgs";
2322
};
2423
devshell = {

0 commit comments

Comments
 (0)