Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@JonathanReeve
Last active July 7, 2019 00:21
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 JonathanReeve/0a1818713e98a3b63e128ce7b8a0c342 to your computer and use it in GitHub Desktop.
Save JonathanReeve/0a1818713e98a3b63e128ce7b8a0c342 to your computer and use it in GitHub Desktop.
with import <nixpkgs> {};
stdenv.mkDerivation {
name = "pg-data-2019-07-06";
builder = ''
source $stdenv/setup
tar xvfz $src
'';
src = fetchurl {
url = http://www.gutenberg.org/cache/epub/feeds/rdf-files.tar.bz2;
sha256 = "0yns1gl0zf5i0kyx077mi508p1h6vna4xxl4hsj0dqwwd3hl3gnr";
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment