diff options
| author | vkcku <[email protected]> | 2026-06-01 08:21:20 +0530 |
|---|---|---|
| committer | vkcku <[email protected]> | 2026-06-01 08:21:20 +0530 |
| commit | b911adccfdf598d7130ca017e677f5b58f476299 (patch) | |
| tree | e6f3d56e088ef1e7b2b48fa06729d3698ffb9f9e /root/nix/_treefmt.nix | |
| parent | root: initial commit (diff) | |
root: setup nix
monorepo-revid: f83eede55beb9a636ce34eead83d4d5fce288b51
Diffstat (limited to 'root/nix/_treefmt.nix')
| -rw-r--r-- | root/nix/_treefmt.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/root/nix/_treefmt.nix b/root/nix/_treefmt.nix new file mode 100644 index 0000000..8cd6d6d --- /dev/null +++ b/root/nix/_treefmt.nix @@ -0,0 +1,7 @@ +{ treefmt-nix, pkgs, ... }: +let + conf = { + imports = [ ./_treefmt-base.nix ]; + }; +in +treefmt-nix.lib.mkWrapper pkgs conf |
