iai-callgrind support

This commit is contained in:
Robin Appelman 2025-07-13 18:54:34 +02:00
commit 3821e5b444
6 changed files with 39 additions and 0 deletions

View file

@ -162,6 +162,7 @@ in
(mkIf (pathExists config.cargoToml) {
withOverlays = [
(import inputs.rust-overlay)
(import ./overlay.nix)
(final: {
inputs,
rust-bin,