Skip to content

Commit 140690f

Browse files
authored
fix(treefmt): add treemft wrapper and programs to devShell (closes #204) (#205)
2 parents b586d32 + 0b22c35 commit 140690f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

flake.nix

+3-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,9 @@
220220
yarn
221221
yq
222222
]);
223-
nativeBuildInputs = [ config.build.treefmt.wrapper ];
223+
nativeBuildInputs = [
224+
config.treefmt.build.wrapper
225+
] ++ lib.attrsets.attrValues config.treefmt.build.programs;
224226
GOPRIVATE = "github.com/unionfi/*";
225227
};
226228
in

0 commit comments

Comments
 (0)