summaryrefslogtreecommitdiffstats
path: root/pkgs/servers/etcd
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2022-01-07 11:46:05 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2022-01-07 12:15:01 +1000
commitd77bbfcbb650d9c219ca3286e1efb707b922d7c2 (patch)
tree42ffe64fe04df47d99a32f9a1372c1bec67e9de7 /pkgs/servers/etcd
parent9f09fe7a15bfe656de7b1648ff8a312f4e05a686 (diff)
etcd: remove unnecessary `platform`
using the default platform from `buildGoModule` is fine
Diffstat (limited to 'pkgs/servers/etcd')
-rw-r--r--pkgs/servers/etcd/3.4.nix1
-rw-r--r--pkgs/servers/etcd/default.nix1
2 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/servers/etcd/3.4.nix b/pkgs/servers/etcd/3.4.nix
index dc2e5adb961a..538b7a7d2308 100644
--- a/pkgs/servers/etcd/3.4.nix
+++ b/pkgs/servers/etcd/3.4.nix
@@ -30,6 +30,5 @@ buildGoModule rec {
license = licenses.asl20;
homepage = "https://etcd.io/";
maintainers = with maintainers; [ offline zowoq ];
- platforms = platforms.unix;
};
}
diff --git a/pkgs/servers/etcd/default.nix b/pkgs/servers/etcd/default.nix
index dabd46a4d47a..4dbe69329725 100644
--- a/pkgs/servers/etcd/default.nix
+++ b/pkgs/servers/etcd/default.nix
@@ -31,6 +31,5 @@ buildGoPackage rec {
license = licenses.asl20;
homepage = "https://etcd.io/";
maintainers = with maintainers; [ offline zowoq ];
- platforms = platforms.unix;
};
}