sozu: update platforms
This commit is contained in:
parent
246cf6c11e
commit
f8438ab701
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue