nix-community / dconf2nix

:feet: Convert dconf files (e.g. GNOME Shell) to Nix, as expected by Home Manager [maintainer=@jtojnar]
Apache License 2.0
228 stars 6 forks source link

Fails if values are lists with strings containing `=` #58

Closed meain closed 2 years ago

meain commented 2 years ago

Buit from master(a7ce58161e)

Input

[org/gnome/evolution-data-server/calendar]
reminders-snoozed=['=']

Error:

dconf: "[org/gnome/evolution-data-server/calendar]\nreminders-snoozed=['=']\n"
dconf2nix: 💥 The process timed out.

  💡 You can try increasing the timeout using --timeout.

  ⛔ If the issue persists, run it again using --verbose and report the issue on Github, indicating dconf2nix's version. Sorry 😞.

CallStack (from HasCallStack):
  error, called at app/Main.hs:30:14 in main:Main