feat: add perf
& pwru
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
parent
d5cf620e0a
commit
353ea2a57b
|
@ -1,4 +1,4 @@
|
||||||
{ pkgs, inputs, ... }: {
|
{ pkgs, config, inputs, ... }: {
|
||||||
# this extends the list from:
|
# this extends the list from:
|
||||||
# https://github.com/numtide/srvos/blob/master/server.nix#L10
|
# https://github.com/numtide/srvos/blob/master/server.nix#L10
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
@ -34,6 +34,9 @@
|
||||||
ethtool
|
ethtool
|
||||||
usbutils
|
usbutils
|
||||||
|
|
||||||
|
config.boot.kernelPackages.perf
|
||||||
|
pwru
|
||||||
|
|
||||||
ipmitool
|
ipmitool
|
||||||
# tries to default to soft-float due to out-dated cc-rs
|
# tries to default to soft-float due to out-dated cc-rs
|
||||||
] ++ lib.optional (!stdenv.hostPlatform.isRiscV) bandwhich;
|
] ++ lib.optional (!stdenv.hostPlatform.isRiscV) bandwhich;
|
||||||
|
|
Loading…
Reference in a new issue