nym: all platforms

wip/little-gl
Andrey Kuznetsov 3 years ago
parent f4839bfc43
commit 0d3bc3db3e
No known key found for this signature in database
GPG Key ID: A3748A3281F25743
  1. 2
      pkgs/applications/networking/nym/default.nix

@ -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…
Cancel
Save