about summary refs log tree commit diff stats
path: root/templates.nix (unfollow)
Commit message (Collapse)Author
31 min.style(treewide): FormatBenedikt Peetz
31 min.build(.envrc): Denote the executing shellBenedikt Peetz
36 min.build(flake): UpdateBenedikt Peetz
38 min.chore(build): Re-generateBenedikt Peetz
39 min.fix(templates/latex/presentation/flake.nix): Remove outdated followBenedikt Peetz
40 min.fix(templates/latex/static_content): Include reference to the main fileBenedikt Peetz
This improves the qol, when compiling.
41 min.fix(common/shell_line_editor.sh): Mark as non-executableBenedikt Peetz
43 min.fix(common/scripts/optimize_images.sh): Generate extension only on basenameBenedikt Peetz
This avoids taking the "extension" of a directory as a extension (e.g. `addons.d/file.ext`, would produce an extension of `d/file.ext` instead of the expected `ext`)
44 min.fix(common/scripts/latex/build.sh): Rewrite `find` invocations with `fd`Benedikt Peetz
The `find` command sometimes did not filter out the `build` directory, resulting in an infinite loop of creating nested `build` directories.
45 min.fix(common/latex/preamble/academia/theorems/definitions.tex): Use expandable ↵Benedikt Peetz
macro
47 min.fix(common/inits/latex): Use `-` instead of `_` as separator in languagesBenedikt Peetz
LTex does not support the `<language>_<region>` syntax.
48 min.fix(common/init): Move the description to the copyright headerBenedikt Peetz
This avoids weird linebreaks.
2024-10-04chore(version): v0.8.1 v0.8.1Benedikt Peetz
2024-10-04chore(build): RegenerateBenedikt Peetz
2024-10-04fix(common/init): Correctly handle quoted values in the `replacement_file`Benedikt Peetz
2024-10-04fix(common/init): Ignore the init script itself, when looking for leftover ↵Benedikt Peetz
`%INIT_`s
2024-10-04chore(build): RegenerateBenedikt Peetz
2024-10-04fix(common/init): Check for not replaced `%INIT_` variablesBenedikt Peetz
2024-10-04refactor(common/init): Rewrite the `quotify` function in pythonBenedikt Peetz
The AWK version was getting confused with newlines (`\n`) in the input.
2024-10-04fix(templates/rust/Cargo.toml): Fix typos in `%INIT_` variablesBenedikt Peetz
2024-10-04fix(templates/rust/flake.nix): Remove unneeded `input.*.follows`Benedikt