about summary refs log tree commit diff
path: root/pkgs/applications/networking/nym
diff options
context:
space:
mode:
authorAndrey Kuznetsov <fear@loathing.in>2021-05-11 02:11:49 +0300
committerAndrey Kuznetsov <fear@loathing.in>2021-05-11 02:11:49 +0300
commit0d3bc3db3e5c1a72487eed9fa2b95559e874787c (patch)
tree51df08aa0a9fe02fce32da99755a5e0b6a934332 /pkgs/applications/networking/nym
parentf4839bfc43864ded5ba47ba1adcae67e3a9e456c (diff)
nym: all platforms
Diffstat (limited to 'pkgs/applications/networking/nym')
-rw-r--r--pkgs/applications/networking/nym/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/nym/default.nix b/pkgs/applications/networking/nym/default.nix
index 1dc41f3af97cd..b7bffcd694e18 100644
--- a/pkgs/applications/networking/nym/default.nix
+++ b/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;
   };
 }