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