Remove trailing whitespace from all files (nitpick)

Co-authored-by: dwinkler1 <22460147+dwinkler1@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-01-11 19:58:58 +00:00
commit 8fc712be60
7 changed files with 13 additions and 13 deletions

View file

@ -129,14 +129,14 @@ templates/rde/
outputs = { ... }: let
# Clear config section
config = { ... };
# Import from organized modules
rOverlay = import ./overlays/r.nix;
pythonOverlay = import ./overlays/python.nix;
# ... clean imports ...
# Main configuration
projectConfig = forSystems (system:
projectConfig = forSystems (system:
# ... focused on structure, not details
```