about summary refs log tree commit diff
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-07-31 01:47:50 -0400
committerGitHub <noreply@github.com>2019-07-31 01:47:50 -0400
commita1f38f4960fe0b51058ff7d93cab1b1fe3254a33 (patch)
tree1187f2c671b2902675c1db5fc443866c4e2abd50
parent4b1dd1c3a38f1129deaa980d9071c6d681914257 (diff)
parentc658b9db97da977e79676abfd49a235284bbab38 (diff)
downloadnixlib-a1f38f4960fe0b51058ff7d93cab1b1fe3254a33.tar
nixlib-a1f38f4960fe0b51058ff7d93cab1b1fe3254a33.tar.gz
nixlib-a1f38f4960fe0b51058ff7d93cab1b1fe3254a33.tar.bz2
nixlib-a1f38f4960fe0b51058ff7d93cab1b1fe3254a33.tar.lz
nixlib-a1f38f4960fe0b51058ff7d93cab1b1fe3254a33.tar.xz
nixlib-a1f38f4960fe0b51058ff7d93cab1b1fe3254a33.tar.zst
nixlib-a1f38f4960fe0b51058ff7d93cab1b1fe3254a33.zip
Merge pull request #65381 from cransom/gh-ost-platform
gh-ost: update platforms
-rw-r--r--pkgs/tools/misc/gh-ost/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/tools/misc/gh-ost/default.nix b/pkgs/tools/misc/gh-ost/default.nix
index 709d30050910..b79388c6f29d 100644
--- a/pkgs/tools/misc/gh-ost/default.nix
+++ b/pkgs/tools/misc/gh-ost/default.nix
@@ -21,7 +21,6 @@ buildGoPackage ({
       description = "Triggerless online schema migration solution for MySQL";
       homepage = https://github.com/github/gh-ost;
       license = licenses.mit;
-      platforms = platforms.linux;
     };
 })