summary refs log tree commit diff stats
path: root/modules/by-name (follow)
Commit message (Collapse)AuthorAge
* fix(modules/back): Set now needed source code URL environment variable backBenedikt Peetz2 days
|
* feat(modules/back): InitBenedikt Peetz3 days
|
* fix(modules/nix-sync/internal): Use correct command grouping syntaxBenedikt Peetz3 days
| | | | | | 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.
* fix(modules/disko): Actually honor `cfg.enable`Benedikt Peetz3 days
|
* style(treewide): FormatBenedikt Peetz3 days
|
* fix(modules/disko): Remove deprecated legacy type and migrate to `by-name` disko/updateBenedikt Peetz5 days
|
* fix(modules/redlib): Change subdomain to `redlib` migrate-by-nameBenedikt Peetz6 days
| | | | | | 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.
* refactor(system/services/libreddit): Migrate to `by-name`Benedikt Peetz6 days
| | | | This also includes a rename into `redlib` because of upstream changes.
* refactor({modules,test}): Migrate to a `by-name` structureBenedikt Peetz6 days