Commit graph

6 commits

Author SHA1 Message Date
awwpotato
039e938b29
doc: promote lib.singleton in testbeds (#1148)
Fixes: 6d9867604e ("treewide: reduce indentation level with lib.singleton (#754)")
Link: https://github.com/danth/stylix/pull/1148

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-04-21 03:02:07 +02:00
NAHO
daef51e920
doc: format and polish Nix code according to our formatter (#1025)
Link: https://github.com/danth/stylix/pull/1025

Reviewed-by: Daniel Thwaites <danth@danth.me>
2025-03-26 13:58:03 +00:00
NAHO
fa288c0dc6
doc: fix testbed names (#1013) 2025-03-17 18:01:50 +00:00
NAHO
f121a142ab
stylix: parametrize and change testbed field separator (#887)
Parametrize and change the testbed field separator to the colon (':')
character to avoid ambiguity with module names containing hyphens ('-'),
and allow testbed names to contain hyphens.

Fixes: 211a8440e7 ("stylix: support multiple testbeds per module (#858)")
2025-02-23 18:17:59 +00:00
NAHO
211a8440e7
stylix: support multiple testbeds per module (#858)
Support multiple testbeds per module with
/modules/<MODULE>/testbeds/<TESTBED>.nix, while validating various
invariants.
2025-02-17 12:56:46 +00:00
Daniel Thwaites
267cf91e03
doc: add documentation for testbeds (#347)
Co-authored-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2024-04-22 14:37:29 +01:00