aboutsummaryrefslogtreecommitdiff
path: root/infra/nix/_treefmt.nix
blob: 2814c0a8aeaac58e832547c328dff87d517bed3c (plain)
1
2
3
4
5
6
7
{ treefmt-nix, pkgs, ... }:
let
  conf = {
    imports = [ ../../root/nix/_treefmt-base.nix ];
  };
in
treefmt-nix.lib.mkWrapper pkgs conf