summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/rangehttpserver
diff options
context:
space:
mode:
authorJason Yundt <jason@jasonyundt.email>2025-07-03 08:02:31 -0400
committerJason Yundt <jason@jasonyundt.email>2025-07-03 08:19:06 -0400
commitde0be57ef745e7fb7fa67141e0a97f578f5c1cfe (patch)
treef54d3f94a15e243d35fe0e870767664ca9e5816c /pkgs/development/python-modules/rangehttpserver
parent816afcf9c04d52a979449e34f7d1c4179b3080a6 (diff)
nixos/syncthing: install syncthing command and man page
Before this change, setting services.syncthing.enable to true would enable Syncthing, but it wouldn’t add Syncthing’s man page to your system. This change ensures that the man page is available. I tested this change using this Nix expression: let nixpkgsRepo = /path/to/nixpkgs/repo; pkgs = import nixpkgsRepo { }; in pkgs.testers.runNixOSTest { name = "syncthing-man-page-test"; nodes.machine = { services.syncthing.enable = true; }; testScript = '' start_all() machine.succeed("man syncthing > log.txt") machine.copy_from_vm("log.txt", ".") ''; }
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions