etcd: remove unnecessary platform

using the default platform from `buildGoModule` is fine
This commit is contained in:
zowoq
2022-01-07 12:15:01 +10:00
parent 9f09fe7a15
commit d77bbfcbb6
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -30,6 +30,5 @@ buildGoModule rec {
license = licenses.asl20;
homepage = "https://etcd.io/";
maintainers = with maintainers; [ offline zowoq ];
platforms = platforms.unix;
};
}
-1
View File
@@ -31,6 +31,5 @@ buildGoPackage rec {
license = licenses.asl20;
homepage = "https://etcd.io/";
maintainers = with maintainers; [ offline zowoq ];
platforms = platforms.unix;
};
}