about summary refs log tree commit diff stats
path: root/templates/rust (unfollow)
Commit message (Collapse)Author
2024-04-02fix(common/files/init): hack around nix removing the exec permission bitBenedikt Peetz
2024-04-02refactor(common): Move all data files to `./common/files`Benedikt Peetz
2024-04-02fix(common): Remove the last occurrences of hard coded valuesBenedikt Peetz
2024-04-02build(update_common_files): Allow to specify which file to move whereBenedikt Peetz
2024-04-02chore(version): v0.5.0Benedikt Peetz
2024-04-02chore(treewide): Update and format filesBenedikt Peetz
2024-04-02feat(treewide): Use new `%INIT_` variablesBenedikt Peetz
2024-04-02fix(templates/c): Make the `makefile` more standards complyingBenedikt Peetz
2024-04-02feat(common/init): Add a shell script, that populates variablesBenedikt Peetz
The line editing can't really shell out to bash, as the default bash on NixOS is compiled without GNU `readline` support (you need `bashInterative` for `read -e` to work).
2024-04-01chore(version): v0.4.2Benedikt Peetz
2024-04-01fix(common/.licensure.yml): Correctly support latex projectsBenedikt Peetz
2024-04-01chore(version): v0.4.1Benedikt Peetz
2024-04-01fix(common/scripts/renew_copyright_header): Add support for TeX filesBenedikt Peetz
2024-04-01fix(common/.licensure.yml): Remove one last reference to TrixyBenedikt Peetz
2024-04-01chore(version): v0.4.0Benedikt Peetz
2024-04-01style(update_common_files): FormatBenedikt Peetz
2024-04-01build(cog.toml): Also update files before every new releaseBenedikt Peetz
2024-04-01refactor(templates): Instantiate all symlinksBenedikt Peetz
Symlinks are copied verbatim, when nix initializes a template, thus symlinking common files does not work.
2024-04-01refactor(templates/unmaintained): Move out of the templates dirBenedikt Peetz
Otherwise, the `update_common_files` script will try to instantiate files in there, which is just useless noise.
2024-04-01docs(update_common_files): Improve terminal outputBenedikt Peetz
2024-04-01