forked from mirrors/nixpkgs
nym: all platforms
This commit is contained in:
parent
f4839bfc43
commit
0d3bc3db3e
|
@ -39,6 +39,6 @@ rustPlatform.buildRustPackage rec {
|
|||
homepage = "https://nymtech.net";
|
||||
license = licenses.asl20;
|
||||
maintainers = [ maintainers.ehmry ];
|
||||
platforms = with platforms; intersectLists (linux ++ darwin) (concatLists [ x86 x86_64 aarch64 arm ]);
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue