Skip to content

Instantly share code, notes, and snippets.

@srhb
Created November 30, 2018 12:16
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 srhb/7f100847d82ecb7ecbbfbcab7f9e7316 to your computer and use it in GitHub Desktop.
Save srhb/7f100847d82ecb7ecbbfbcab7f9e7316 to your computer and use it in GitHub Desktop.
let
overlay = self: super: {
test1 = super.hello;
test2 = super.callPackage ({ test1 }: test1) {};
};
in
(import <nixpkgs> { overlays = [ overlay ]; }).test2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment