archive/default.nix

19 lines
317 B
Nix

with import <nixpkgs> {};
mkShell {
buildInputs = [
pdftk
ruby
pandoc
(texlive.combine {
inherit (texlive)
listings framed booktabs
pdfjam pdfpages pdflscape
scheme-basic IEEEtran
collection-fontsrecommended
todonotes caption pgfgantt
setspace; })
];
}