aboutsummaryrefslogtreecommitdiff
path: root/infra/nix/_treefmt.nix
diff options
context:
space:
mode:
authorvkcku <[email protected]>2026-06-01 09:43:32 +0530
committervkcku <[email protected]>2026-06-01 09:43:32 +0530
commit4fbcc1a04d62b5b569c7f26f8f80dec27326cf2a (patch)
tree70baa3ec054ce9c2d0919ec039aa22d59e2ab7d4 /infra/nix/_treefmt.nix
parentroot: configure markdown formatter (diff)
infra: initial commit
monorepo-revid: ed8c310e6049eb2c7bba4ee82872707984c2c5bb
Diffstat (limited to 'infra/nix/_treefmt.nix')
-rw-r--r--infra/nix/_treefmt.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/infra/nix/_treefmt.nix b/infra/nix/_treefmt.nix
new file mode 100644
index 0000000..2814c0a
--- /dev/null
+++ b/infra/nix/_treefmt.nix
@@ -0,0 +1,7 @@
+{ treefmt-nix, pkgs, ... }:
+let
+ conf = {
+ imports = [ ../../root/nix/_treefmt-base.nix ];
+ };
+in
+treefmt-nix.lib.mkWrapper pkgs conf