Skip to content

Instantly share code, notes, and snippets.

@arianvp
Created March 26, 2017 10:44
Show Gist options
  • Save arianvp/848f17d1fb20c900256a02414f91d128 to your computer and use it in GitHub Desktop.
Save arianvp/848f17d1fb20c900256a02414f91d128 to your computer and use it in GitHub Desktop.
{ pkgs ? import <nixpkgs> {}}:
let
texpkgs = pkgs.texlive.combine {
inherit (pkgs.texlive) scheme-small latexmk;
};
in
pkgs.stdenv.mkDerivation {
name = "mbd";
buildInputs = [
tex
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment