Skip to content

Instantly share code, notes, and snippets.

@benley
Created May 28, 2016 18:16
Show Gist options
  • Save benley/4f964cbbda1eaff9607ae31fcc76a74c to your computer and use it in GitHub Desktop.
Save benley/4f964cbbda1eaff9607ae31fcc76a74c to your computer and use it in GitHub Desktop.
let
pkgs = import <nixpkgs> {};
default = pkgs.callPackage (import ./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