From aff74c72281afce48854dad77907d3ceaff7b8b3 Mon Sep 17 00:00:00 2001 From: awwpotato Date: Mon, 21 Apr 2025 08:39:06 -0700 Subject: [PATCH] treefmt: add passthru runtimeInputs --- pkgs/by-name/tr/treefmt/with-config.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/by-name/tr/treefmt/with-config.nix b/pkgs/by-name/tr/treefmt/with-config.nix index 9d3f73c1e6b2..bf139f07d9dd 100644 --- a/pkgs/by-name/tr/treefmt/with-config.nix +++ b/pkgs/by-name/tr/treefmt/with-config.nix @@ -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 = "";