mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
zerotierone: it supports all platforms
This commit is contained in:
parent
8efac4fc98
commit
795dcf8908
@ -50,6 +50,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = https://www.zerotier.com;
|
homepage = https://www.zerotier.com;
|
||||||
license = licenses.bsl11;
|
license = licenses.bsl11;
|
||||||
maintainers = with maintainers; [ sjmackenzie zimbatm ehmry obadz danielfullmer ];
|
maintainers = with maintainers; [ sjmackenzie zimbatm ehmry obadz danielfullmer ];
|
||||||
platforms = with platforms; x86_64 ++ aarch64 ++ arm;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user