Skip to content

Instantly share code, notes, and snippets.

@thefloweringash
Created December 5, 2018 18:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thefloweringash/90e99a7391823a360e82c815c452360a to your computer and use it in GitHub Desktop.
Save thefloweringash/90e99a7391823a360e82c815c452360a to your computer and use it in GitHub Desktop.
evdi kernel module source override
self: super: {
linuxPackagesFor = kernel: (super.linuxPackagesFor kernel).extend (kself: ksuper: {
evdi = ksuper.evdi.overrideAttrs (old: { src = ./newSource ; });
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment