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
dconf2nix: "<stdin>" (line 2, column 17): unexpected "u" expecting "@", "{", "[", "'", "false", "true", "-", digit, "uint32 ", "int64 ", "\"", "(" or "<(" CallStack (from HasCallStack): error, called at src/DConf2Nix.hs:35:16 in dconf2nix-0.1.1-AY0n40I6HuiBfBhx2w9LA5:DConf2Nix
[org/nemo/preferences] thumbnail-limit=uint64 1073741824
Change the type in my input file from unit64 to int64 or unit32 leads to a successful run
unit64
int64
unit32
No response
The text was updated successfully, but these errors were encountered:
Thanks for reporting, this is already fixed in master (557f3de). But it still needs support in Nixpkgs/home-manager.
Sorry, something went wrong.
No branches or pull requests
Type of bug
Parsing error
Version
0.1.1
Did you test against master?
Error message (if not timeout)
DConf input
Additional context
Change the type in my input file from
unit64
toint64
orunit32
leads to a successful runNo response
The text was updated successfully, but these errors were encountered: