Skip to content

Instantly share code, notes, and snippets.

@cleverca22
Created February 24, 2017 02:29
Show Gist options
  • Save cleverca22/a2e6e79a041d1f7d256a9f183d1681b7 to your computer and use it in GitHub Desktop.
Save cleverca22/a2e6e79a041d1f7d256a9f183d1681b7 to your computer and use it in GitHub Desktop.
packageOverrides = pkgs: rec {
linux_4_4 = pkgs.linux_4_4.override {
extraConfig = ''
SCHEDSTATS y
LATENCYTOP y
'';
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment