Merge pull request #248205 from wegank/sozu-platforms

sozu: update platforms
This commit is contained in:
Nick Cao 2023-08-09 23:08:24 -06:00 committed by GitHub
commit 4bed7c1424
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,6 +45,7 @@ rustPlatform.buildRustPackage rec {
changelog = "https://github.com/sozu-proxy/sozu/releases/tag/${version}";
license = licenses.agpl3;
maintainers = with maintainers; [ Br1ght0ne gaelreyrol ];
platforms = [ "x86_64-linux" ];
# error[E0432]: unresolved import `std::arch::x86_64`
broken = !stdenv.isx86_64;
};
}