Skip to content

Instantly share code, notes, and snippets.

@cleverca22
Created October 21, 2020 17:54
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 cleverca22/96720ccd0ca556036f8b260ac02f4b70 to your computer and use it in GitHub Desktop.
Save cleverca22/96720ccd0ca556036f8b260ac02f4b70 to your computer and use it in GitHub Desktop.
{
nixpkgs.overlays = [
(self: super: {
linuxPackages = super.linuxPackages.extend (lself: lsuper: { rtl8822ce = lself.callPackage ./rtl8822ce.nix {}; });
})
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment