go-task: rename executable to task (#117455)
This commit is contained in:
@@ -22,7 +22,7 @@ buildGoModule rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
mv $out/bin/task $out/bin/go-task
|
ln -s $out/bin/task $out/bin/go-task
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|||||||
Reference in New Issue
Block a user