Commit 6bfe1ddf authored by Max Dexheimer's avatar Max Dexheimer Committed by github-actions[bot]
Browse files

tdf: Remove profiling script

(cherry picked from commit 5df421ee)
parent bce026f0
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -44,4 +44,9 @@ rustPlatform.buildRustPackage (finalAttrs: {
    mainProgram = "tdf";
    platforms = lib.platforms.unix;
  };

  # Only used for development
  postInstall = ''
    rm "$out/bin/for_profiling"
  '';
})