etcd: remove unnecessary platform

using the default platform from `buildGoModule` is fine
This commit is contained in:
zowoq 2022-01-07 11:46:05 +10:00
parent 9f09fe7a15
commit d77bbfcbb6
2 changed files with 0 additions and 2 deletions

View file

@ -30,6 +30,5 @@ buildGoModule rec {
license = licenses.asl20;
homepage = "https://etcd.io/";
maintainers = with maintainers; [ offline zowoq ];
platforms = platforms.unix;
};
}

View file

@ -31,6 +31,5 @@ buildGoPackage rec {
license = licenses.asl20;
homepage = "https://etcd.io/";
maintainers = with maintainers; [ offline zowoq ];
platforms = platforms.unix;
};
}