We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/
.
Parsing error
0.1.1
None from dconf2nix, but the dconf input is being parsed as this:
"org/gnome/rhythmbox/plugins/audioscrobbler/Last/fm" = { scrobbling-enabled = true; }; "org/gnome/rhythmbox/plugins/audioscrobbler/Last/fm" = { scrobbling-enabled = true; };
which obviously breaks evaluation of the hypothetical dconf.nix file in the README's example usecase.
dconf.nix
[org/gnome/rhythmbox/plugins/audioscrobbler/Last.fm] scrobbling-enabled=true [org/gnome/rhythmbox/plugins/audioscrobbler/Last/fm] scrobbling-enabled=true
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Type of bug
Parsing error
Version
0.1.1
Did you test against master?
Error message (if not timeout)
None from dconf2nix, but the dconf input is being parsed as this:
which obviously breaks evaluation of the hypothetical
dconf.nix
file in the README's example usecase.DConf input
Additional context
No response
The text was updated successfully, but these errors were encountered: