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

taskwarrior: taskwarrior -> taskwarrior2

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2025-11-02 22:52:47 -06:00
parent acf7743c89
commit 9f3a82bfd1

View file

@ -87,7 +87,7 @@ in
'';
};
package = lib.mkPackageOption pkgs "taskwarrior" {
package = lib.mkPackageOption pkgs "taskwarrior2" {
nullable = true;
example = "pkgs.taskwarrior3";
};