1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-01 20:43:34 +02:00
home-manager/tests/modules/services/fnott
polykernel 46a69810cb
fnott: remove global properties generation
Rationale:

As of release 1.1.2[1], the configuration ini file supports
declaration of the `[main]` header as an alternative to global
properties by enumerating all sections and mapping each to the
respective parsing function. Global properties will still be parsed
correctly by fnott however generation adds unnecessary complexity to
the module. This commit removes the need for global properties
generation.

Changes:

- Fixed the FIXME at L118.

- Cleaned up unneeded let bindings.

- Changed the generation method to use the `pkgs.formats.ini` from
  pkgs-lib instead of the raw `generators` library. This was done for
  consistency and clarity as the `pkgs.formats.ini` is still required
  for type declaration and uses `generators` internally.

- Removed `global-properties` testcase.

- Updated `example-settings` testcase.

[1] - https://codeberg.org/dnkl/fnott/releases/tag/1.1.2
2021-10-27 00:01:57 +02:00
..
default.nix fnott: remove global properties generation 2021-10-27 00:01:57 +02:00
example-settings-expected.ini fnott: remove global properties generation 2021-10-27 00:01:57 +02:00
example-settings.nix tests: add option test.stubs 2021-09-26 23:26:38 +02:00
systemd-user-service-expected.service fnott: refactor module 2021-09-08 22:48:44 +02:00
systemd-user-service.nix tests: add option test.stubs 2021-09-26 23:26:38 +02:00