Created
July 9, 2017 10:56
-
-
Save LnL7/33232b7310af2de12c793c4d27369a4c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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