summaryrefslogtreecommitdiff
path: root/pkgs/os-specific/linux/scx/default.nix
blob: 2383882a226e692e799672847fdbbab290372582 (plain)
1
2
3
4
5
6
7
8
9
10
{
  lib,
  callPackage,
}:

lib.mapAttrs (name: scheduler: callPackage scheduler { }) {
  cscheds = import ./scx_cscheds.nix;
  rustscheds = import ./scx_rustscheds.nix;
  full = import ./scx_full.nix;
}