chore: updates
* Update `run` tasks to use the Nix Flake instead of Docker. * Output PDFs into a `dist` directory and name them as the talk name. * Move the stylesheets into a common place.
This commit is contained in:
parent
d9f3cae654
commit
1f271a2655
5 changed files with 346 additions and 27 deletions
|
@ -12,7 +12,11 @@
|
|||
formatter = pkgs.nixpkgs-fmt;
|
||||
|
||||
devshells.default = {
|
||||
packages = with pkgs; [ python310Packages.rst2pdf ];
|
||||
packages = with pkgs; [
|
||||
pdfpc
|
||||
python310Packages.rst2pdf
|
||||
tree
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue