Commit 5df421ee authored by Max Dexheimer's avatar Max Dexheimer
Browse files

tdf: Remove profiling script

parent 10eaa8d6
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"
  '';
})