Unverified Commit aff74c72 authored by awwpotato's avatar awwpotato
Browse files

treefmt: add passthru runtimeInputs

parent b01196a1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>";