Archived
1
0
forked from rarias/bscpkgs

xeon08: Add lttng module and tools

This commit is contained in:
2023-06-07 19:52:24 +02:00
parent 1c7de2f7c9
commit 5421eab09a
2 changed files with 39 additions and 0 deletions

View File

@@ -46,5 +46,8 @@ let
latest = pkgs.linuxPackages_latest;
in {
imports = [
./lttng.nix
];
boot.kernelPackages = lib.mkForce kernel;
}