Skip to content

Instantly share code, notes, and snippets.

@redbaron
Last active August 29, 2015 13:58
Show Gist options
  • Save redbaron/10150308 to your computer and use it in GitHub Desktop.
Save redbaron/10150308 to your computer and use it in GitHub Desktop.
let
pkgs = import <nixpkgs> {};
stdenv = pkgs.useGoldLinker pkgs.clangStdenv;
in with builtins; stdenv.mkDerivation {
name = "metaproc";
src = ./.;
buildInputs = [
pkgs.re2
pkgs.libyamlcpp
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment