| Commit message (Collapse) | Author | ||
|---|---|---|---|
| 2024-12-24 | refactor(modules/impermanence): Migrate to by-name while distributing mods | Benedikt Peetz | |
| 2024-12-24 | fix(modules/back): Set now needed source code URL environment variable | Benedikt Peetz | |
| 2024-12-24 | feat(modules/back): Init | Benedikt Peetz | |
| 2024-12-24 | fix(modules/nix-sync/internal): Use correct command grouping syntax | Benedikt Peetz | |
| Commands in parentheses (i.e., `()`) are _subshells_ and `exit`ting from these will not result in an `exit` of the actually _shell_. Thus, we use want simple command grouping and use the correct syntax for that. | |||
| 2024-12-24 | fix(modules/disko): Actually honor `cfg.enable` | Benedikt Peetz | |
| 2024-12-23 | style(treewide): Format | Benedikt Peetz | |
| 2024-12-21 | fix(modules/disko): Remove deprecated legacy type and migrate to `by-name` | Benedikt Peetz | |
| 2024-12-20 | fix(modules/redlib): Change subdomain to `redlib` | Benedikt Peetz | |
| The old `libreddit` subdomain still has redirection to avoid this being a breaking change. But keeping the old subdomain is rather weird considering their new name. | |||
| 2024-12-20 | refactor(system/services/libreddit): Migrate to `by-name` | Benedikt Peetz | |
| This also includes a rename into `redlib` because of upstream changes. | |||
| 2024-12-20 | refactor({modules,test}): Migrate to a `by-name` structure | Benedikt Peetz | |
