Loading pkgs/by-name/go/go-task/package.nix +8 −3 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ , fetchFromGitHub , installShellFiles , testers , nix-update-script , go-task }: Loading Loading @@ -46,12 +47,16 @@ buildGoModule rec { --replace-fail '#compdef task' '#compdef task go-task' ''; passthru.tests = { passthru = { tests = { version = testers.testVersion { package = go-task; }; }; updateScript = nix-update-script { }; }; meta = with lib; { homepage = "https://taskfile.dev/"; description = "Task runner / simpler Make alternative written in Go"; Loading Loading
pkgs/by-name/go/go-task/package.nix +8 −3 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ , fetchFromGitHub , installShellFiles , testers , nix-update-script , go-task }: Loading Loading @@ -46,12 +47,16 @@ buildGoModule rec { --replace-fail '#compdef task' '#compdef task go-task' ''; passthru.tests = { passthru = { tests = { version = testers.testVersion { package = go-task; }; }; updateScript = nix-update-script { }; }; meta = with lib; { homepage = "https://taskfile.dev/"; description = "Task runner / simpler Make alternative written in Go"; Loading