Properly migrate config format to TOML #21

Open
opened 2025-06-05 09:33:31 +02:00 by oysteikt · 0 comments
Owner

The current config format is in a bit of a limbo, because python thinks it should be INI and nix thinks it should be TOML. Since nix isn't able to read INI during eval time but python has no issues with doing TOML, I think we should aim towards using TOML as our config format.

The current config format is in a bit of a limbo, because python thinks it should be INI and nix thinks it should be TOML. Since nix isn't able to read INI during eval time but python has no issues with doing TOML, I think we should aim towards using TOML as our config format.
oysteikt added the packagingtechdebt spring cleaning labels 2025-06-05 11:14:14 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Projects/dibbler#21