home-manager/tests
Tom Hall 0f11c14065
osmscout-server: add module
Osmscout-server includes a setting in its UI to create a systemd user
service and socket to run the server on demand. This does not function
correctly on NixOS, for two reasons:

1. It assumes that the binary path is stable (e.g.
   /usr/bin/osmscout-server), which is not the case on NixOS.

2. It auto-detects the unwrapped binary path, which doesn't work.

This module allows the user to access the same functionality on NixOS.
2023-12-28 09:28:48 +01:00
..
lib lib: add functions to create DAGs from lists 2023-06-05 23:08:30 +02:00
modules osmscout-server: add module 2023-12-28 09:28:48 +01:00
asserts.nix treewide: remove now-redundant lib.mdDoc calls 2023-07-17 18:49:09 +01:00
big-test.nix treewide: remove now-redundant lib.mdDoc calls 2023-07-17 18:49:09 +01:00
default.nix osmscout-server: add module 2023-12-28 09:28:48 +01:00
stubs.nix tests: add mainProgram to stub packages 2023-09-24 09:48:46 +02:00