Unverified Commit 260bfb9a authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

tdf: Remove profiling script (#464661)

parents 8798c055 5df421ee
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"
  '';
})