stylix: make testbedFieldSeparator a file arg

This commit is contained in:
Matt Sturgeon 2025-05-27 14:43:19 +01:00
parent 8ebdc8cc8b
commit 93507d3cd7
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299

View file

@ -2,10 +2,10 @@
pkgs,
inputs,
lib,
testbedFieldSeparator ? ":",
}:
let
testbedFieldSeparator = ":";
username = "guest";
commonModule =