Skip to content

Instantly share code, notes, and snippets.

@dtzWill
Created March 22, 2018 17:03
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 dtzWill/d3fb86978f8fb8dcb3a8f726d7db0522 to your computer and use it in GitHub Desktop.
Save dtzWill/d3fb86978f8fb8dcb3a8f726d7db0522 to your computer and use it in GitHub Desktop.
with import (fetchTarball https://github.com/NixOS/nixpkgs/archive/master.tar.gz) {};
nixUnstable.overrideAttrs(o: {
src = fetchGit https://github.com/NixOS/nix;
nativeBuildInputs = (o.nativeBuildInputs or []) ++ [
autoreconfHook autoconf-archive bison flex libxml2 libxslt
docbook5 docbook5_xsl
];
buildInputs = (o.buildInputs or []) ++ [ boost ];
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment