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:
@@ -6,3 +6,4 @@ edition = "2024"
|
||||
[dependencies]
|
||||
crossterm = "0.29.0"
|
||||
ratatui = "0.29.0"
|
||||
rnix = "0.12.0"
|
||||
|
||||
Reference in New Issue
Block a user