Skip to content

Instantly share code, notes, and snippets.

@jD91mZM2
Created May 4, 2018 08:35
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 jD91mZM2/f8944fb23d2985fc0f297c49072f5595 to your computer and use it in GitHub Desktop.
Save jD91mZM2/f8944fb23d2985fc0f297c49072f5595 to your computer and use it in GitHub Desktop.
let
overlays = (
self: super:
with super.lib;
{
z = self.callPackage ./z.nix {};
}
);
in
{
nixpkgs.overlays = [ overlays ];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment