mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
zerotierone: it supports all platforms
This commit is contained in:
parent
8efac4fc98
commit
795dcf8908
1 changed files with 1 additions and 1 deletions
|
@ -50,6 +50,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = https://www.zerotier.com;
|
||||
license = licenses.bsl11;
|
||||
maintainers = with maintainers; [ sjmackenzie zimbatm ehmry obadz danielfullmer ];
|
||||
platforms = with platforms; x86_64 ++ aarch64 ++ arm;
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue