Skip to content

Instantly share code, notes, and snippets.

@LnL7
Created July 9, 2017 10:56
Show Gist options
  • Save LnL7/33232b7310af2de12c793c4d27369a4c to your computer and use it in GitHub Desktop.
Save LnL7/33232b7310af2de12c793c4d27369a4c to your computer and use it in GitHub Desktop.
self: super:
{
linuxPackagesFor = kernel: (super.linuxPackagesFor kernel).extend (self: super: {
foo = self.callPackage ./foo.nix {};
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment