mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-09 12:41:12 -06:00
8 lines
127 B
Nix
8 lines
127 B
Nix
{ pkgs }: {
|
|
deps = [
|
|
pkgs.texlive.combined.scheme-full
|
|
pkgs.httplz
|
|
pkgs.texlab
|
|
pkgs.biber
|
|
];
|
|
} |