Skip to content

Instantly share code, notes, and snippets.

@maurer
Created September 29, 2020 17:20
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 maurer/0c0945a5f43dd1aad3d7729795bae55d to your computer and use it in GitHub Desktop.
Save maurer/0c0945a5f43dd1aad3d7729795bae55d to your computer and use it in GitHub Desktop.
self: super:
{
firmwareLinuxNonfree = super.firmwareLinuxNonfree.overrideAttrs (old: {
postInstall = ''
rm $out/lib/firmware/iwlwifi-8000C-22.ucode
rm $out/lib/firmware/iwlwifi-8000C-36.ucode
'';
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment