Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ Presets are extensible with `extends` and merge with these semantics:
- devel shell: devel components are added as `inputsFrom` and expected in `.superbuild/install`

Conditional defaults:
- ROS defaults (e.g. `mc-rtc-ticker`) are only added when `mc-rtc-nix.with-ros = true`
- ROS defaults (e.g. `mc-rtc-rviz`) are only added when `mc-rtc-nix.with-ros = true`
- private robots are only added to `full` when `mc-rtc-nix.overlays.private = true`

Additional config fragments can be provided with `extraConfigFiles` (instead of overloading `config`).
Expand Down
16 changes: 8 additions & 8 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
<!-- - [Defining `pkgs`](./pkgs.md) -->
<!-- - [Generating your `packages` and `devShells`](./packages-devshells.md) -->
<!-- - [Building everything in `checks`](./checks.md) -->
<!---->
<!-- # Lib -->
<!---->
<!-- - [Plain lib](./plain-lib.md) -->

# Lib

- [Plain lib](./plain-lib.md)
<!-- - [Generated lib](./generated-lib.md) -->
<!---->
<!-- # HOWTOs -->
Expand All @@ -25,7 +25,7 @@
<!-- <!-- # WIP --> -->
<!-- <!----> -->
<!-- <!-- - [Rationale](./rationale.md) --> -->
<!---->
<!-- --- -->
<!---->
<!-- [Full module options search](./search/index.html) -->

---

[Full module options search](./search/index.html)
Loading
Loading