summary refs log tree commit diff
path: root/modules/software-templates/profilers.nix
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-11-01 18:02:52 +0100
committerRory& <root@rory.gay>2024-11-01 18:02:52 +0100
commitdc8e44a6deb300698b5cf5394217d172ae6cc179 (patch)
tree04a43de1a9aef77415648429f652febf7cc09698 /modules/software-templates/profilers.nix
parentServer changes (diff)
downloadRory-Open-Architecture-dc8e44a6deb300698b5cf5394217d172ae6cc179.tar.xz
Add desktop changes
Diffstat (limited to '')
-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
   ];