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

@ -19,6 +19,7 @@
}:
flakelight ./. {
imports = [flakelight.flakelightModules.extendFlakelight];
withOverlays = [(import ./overlay.nix)];
formatters = pkgs:
with pkgs; {
"*.nix" = pkgs.lib.getExe alejandra;
@ -28,5 +29,8 @@
inputs.crane = lib.mkDefault crane;
inputs.rust-overlay = lib.mkDefault rust-overlay;
};
packages = {
iai-callgrind-runner = pkgs: pkgs.iai-callgrind-runner;
};
};
}