Skip to content

Instantly share code, notes, and snippets.

@benley
Created May 28, 2016 18:23
Show Gist options
  • Select an option

  • Save benley/46ebf72db9e5883e368119301ebf6592 to your computer and use it in GitHub Desktop.

Select an option

Save benley/46ebf72db9e5883e368119301ebf6592 to your computer and use it in GitHub Desktop.
let
pkgs = import <nixpkgs> {};
default = pkgs.callPackage ./default.nix { };
in
pkgs.stdenv.mkDerivation {
name = "fake";
buildInputs = [
default
pkgs.extradep1
pkgs.extradep2
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment