mirror of
https://codeberg.org/icewind/mill-scale.git
synced 2026-06-03 09:54:19 +02:00
iai-callgrind support
This commit is contained in:
parent
cf3cf81ddb
commit
3821e5b444
6 changed files with 39 additions and 0 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue