Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix(modules/nix-sync/internal): Use correct command grouping syntax | Benedikt Peetz | 2 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. | ||
* | refactor({modules,test}): Migrate to a `by-name` structure | Benedikt Peetz | 6 days |