Commit 563bae15 authored by testplayername's avatar testplayername Committed by dplusplus
Browse files

treefmt: Add missing `meta.mainProgram`

parent 4b701257
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17,5 +17,6 @@ rustPlatform.buildRustPackage rec {
    homepage = "https://github.com/numtide/treefmt";
    license = lib.licenses.mit;
    maintainers = [ lib.maintainers.zimbatm ];
    mainProgram = "treefmt";
  };
}