summary refs log tree commit diff stats
path: root/modules/by-name/ni (follow)
Commit message (Collapse)AuthorAge
* 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.
* refactor({modules,test}): Migrate to a `by-name` structureBenedikt Peetz6 days