summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-04-30 14:49:34 +0200
committerRory& <root@rory.gay>2025-04-30 14:49:34 +0200
commita3fed5e5c2f380367414156cd5b06d8f36bb4002 (patch)
tree92f2565d9b82549fec9587cdb734a6af60c7dbe1 /modules
parentKeep going on failed builds (diff)
downloadRory-Open-Architecture-a3fed5e5c2f380367414156cd5b06d8f36bb4002.tar.xz
Use current kernel for perf
Signed-off-by: Rory& <root@rory.gay>
Diffstat (limited to 'modules')
-rw-r--r--modules/software-templates/profilers.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/software-templates/profilers.nix b/modules/software-templates/profilers.nix

index 26add36..c90f81e 100644 --- a/modules/software-templates/profilers.nix +++ b/modules/software-templates/profilers.nix
@@ -1,9 +1,9 @@ -{ pkgs, ... }: +{ pkgs, config, ... }: { environment.systemPackages = with pkgs; [ kdePackages.kcachegrind - linuxKernel.packages.linux_6_13.perf + config.boot.kernelPackages.perf hotspot valgrind ];