diff options
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 |
