feat: add rperf package

This commit is contained in:
steveej 2024-04-04 21:07:24 +02:00
parent 0dde3ea565
commit e4581d3a8d
2 changed files with 31 additions and 0 deletions

View file

@ -79,6 +79,11 @@
flake = false;
};
rperf = {
url = "github:steveej-forks/rperf";
flake = false;
};
### inputs for thinkpad x13s
# see https://github.com/jhovold/linux/wiki/X13s for status updates
linux_x13s.url = "github:jhovold/linux/wip/sc8280xp-v6.7";
@ -307,6 +312,15 @@
(lib.attrsets.optionalAttrs pkgs.stdenv.isAarch64 {
overrideSrc = self.inputs.logseq_0_10_5_aarch64_appimage;
});
rperf = craneLib.buildPackage {
src = inputs.rperf;
nativeBuildInputs = [
pkgs.pkg-config
];
buildInputs = [
];
};
};
formatter = pkgs.alejandra;