Loading pkgs/by-name/tr/treefmt/with-config.nix +1 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ runCommand name nativeBuildInputs = [ makeBinaryWrapper ]; treefmtExe = lib.getExe treefmt; binPath = lib.makeBinPath runtimeInputs; passthru = { inherit runtimeInputs; }; configFile = treefmt.buildConfig { # Wrap user's modules with a default file location _file = "<treefmt.withConfig settings arg>"; Loading Loading
pkgs/by-name/tr/treefmt/with-config.nix +1 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ runCommand name nativeBuildInputs = [ makeBinaryWrapper ]; treefmtExe = lib.getExe treefmt; binPath = lib.makeBinPath runtimeInputs; passthru = { inherit runtimeInputs; }; configFile = treefmt.buildConfig { # Wrap user's modules with a default file location _file = "<treefmt.withConfig settings arg>"; Loading