1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00

tahoe-lafs: update default package

Using old name that was changed in 2018.

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2025-09-22 21:36:07 -05:00 committed by Robert Helgesson
parent 2e260431fc
commit e2ecfbf6d0

View file

@ -14,7 +14,7 @@ in
services.tahoe-lafs = {
enable = lib.mkEnableOption "Tahoe-LAFS";
package = lib.mkPackageOption pkgs "tahoelafs" { };
package = lib.mkPackageOption pkgs "tahoe-lafs" { };
};
};