summary refs log tree commit diff
path: root/modules/software-templates
diff options
context:
space:
mode:
Diffstat (limited to 'modules/software-templates')
-rw-r--r--modules/software-templates/profilers.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/software-templates/profilers.nix b/modules/software-templates/profilers.nix
index 4381193..0df43f7 100644
--- a/modules/software-templates/profilers.nix
+++ b/modules/software-templates/profilers.nix
@@ -3,7 +3,7 @@
 {
   environment.systemPackages = with pkgs; [
     kcachegrind
-    linuxKernel.packages.linux_5_15.perf
+    linuxKernel.packages.linux_6_11.perf
     hotspot
     valgrind
   ];