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:
Oliver Davies 2023-10-11 20:00:46 +01:00
parent d9f3cae654
commit 1f271a2655
5 changed files with 346 additions and 27 deletions

View file

@ -12,7 +12,11 @@
formatter = pkgs.nixpkgs-fmt;
devshells.default = {
packages = with pkgs; [ python310Packages.rst2pdf ];
packages = with pkgs; [
pdfpc
python310Packages.rst2pdf
tree
];
};
};
};