Skip to content

Instantly share code, notes, and snippets.

@cleverca22
Created January 26, 2018 22:50
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 cleverca22/a64e65a9e58e4489c7b0df008bf653b7 to your computer and use it in GitHub Desktop.
Save cleverca22/a64e65a9e58e4489c7b0df008bf653b7 to your computer and use it in GitHub Desktop.
with import <nixpkgs> {};
rec {
metakit = callPackage ./metakit.nix {};
other = callPackage ./other.nix { inherit metakit; };
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment