Commit message (Collapse) | Author | ||
---|---|---|---|
2024-04-02 | feat(common/init): Add a shell script, that populates variables | Benedikt 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-01 | chore(version): v0.4.2 | Benedikt Peetz | |
2024-04-01 | fix(common/.licensure.yml): Correctly support latex projects | Benedikt Peetz | |
2024-04-01 | chore(version): v0.4.1 | Benedikt Peetz | |
2024-04-01 | fix(common/scripts/renew_copyright_header): Add support for TeX files | Benedikt Peetz | |
2024-04-01 | fix(common/.licensure.yml): Remove one last reference to Trixy | Benedikt Peetz | |
2024-04-01 | chore(version): v0.4.0 | Benedikt Peetz | |
2024-04-01 | style(update_common_files): Format | Benedikt Peetz | |
2024-04-01 | build(cog.toml): Also update files before every new release | Benedikt Peetz | |
2024-04-01 | refactor(templates): Instantiate all symlinks | Benedikt Peetz | |
Symlinks are copied verbatim, when nix initializes a template, thus symlinking common files does not work. | |||
2024-04-01 | refactor(templates/unmaintained): Move out of t |