Add Nix configuration parser and option extraction

Introduce rnix dependency to parse Nix files and collect boolean options
with their full attribute paths from a test configuration file
This commit is contained in:
2025-12-01 00:04:51 +01:00
parent e7f575ca47
commit cb35269308
5 changed files with 225 additions and 161 deletions

View File

@@ -6,3 +6,4 @@ edition = "2024"
[dependencies]
crossterm = "0.29.0"
ratatui = "0.29.0"
rnix = "0.12.0"