treefmt: add passthru runtimeInputs (#400545)
This commit is contained in:
@@ -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>";
|
||||
|
||||
Reference in New Issue
Block a user