buildGoModule: remove platform.all from packages

This commit is contained in:
zowoq
2020-07-29 15:24:30 +10:00
committed by Jon
parent 78922caea3
commit 42313b92bc
37 changed files with 0 additions and 37 deletions

View File

@@ -29,7 +29,6 @@ buildGoModule rec {
homepage = "https://taskfile.dev/";
description = "A task runner / simpler Make alternative written in Go";
license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [ parasrah ];
};
}