No description
Find a file
2023-08-07 18:49:25 +01:00
src/Example Initial Commit 2023-08-07 18:49:25 +01:00
.gitattributes Initial Commit 2023-08-07 18:49:25 +01:00
.gitignore Initial Commit 2023-08-07 18:49:25 +01:00
.md.toml Initial Commit 2023-08-07 18:49:25 +01:00
flake.lock Initial Commit 2023-08-07 18:49:25 +01:00
flake.nix Initial Commit 2023-08-07 18:49:25 +01:00
README.md Initial Commit 2023-08-07 18:49:25 +01:00

Presentations for Compsoc

Presentations for Compsoc can be found in this repo.

Compiling

An example file is in the src folder.
Please follow this format.

To compile them run nix run.
Output will be in teh build folder.
These will be webpages that you can open in browser.
Up/down arrows progress it forwards/back.

Instructions to install nix can be found over in the nixos repo
You need both nix and flakes enabled.