Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(rc2nix): correct regex for boolean values (#371)
Fix a regular expression in the `nix_val` function to correctly match and convert boolean values. The adjustment ensures that only exact matches for 'true' or 'false' are handled, preventing partial matches.
- Loading branch information