about summary refs log tree commit diff
path: root/pkgs/development/interpreters/wasmtime
diff options
context:
space:
mode:
authorRafael Fernández López <ereslibre@ereslibre.es>2022-04-03 13:08:44 +0300
committerYt <raphael@megzari.com>2022-04-03 08:11:58 -0400
commit1865515d6383ef0c9fdd56d1a01955bce49844e4 (patch)
treefbe575cbaffee40da94095c0a8c552a9631c7c77 /pkgs/development/interpreters/wasmtime
parentd233c169c72cd0dbbf11aed6a96685870b19dfde (diff)
wasmtime: make derivation available only on linux for now
Diffstat (limited to 'pkgs/development/interpreters/wasmtime')
-rw-r--r--pkgs/development/interpreters/wasmtime/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/interpreters/wasmtime/default.nix b/pkgs/development/interpreters/wasmtime/default.nix
index 33f40eda2ea73..7f00faa76476b 100644
--- a/pkgs/development/interpreters/wasmtime/default.nix
+++ b/pkgs/development/interpreters/wasmtime/default.nix
@@ -36,6 +36,6 @@ rustPlatform.buildRustPackage rec {
     homepage = "https://github.com/bytecodealliance/wasmtime";
     license = licenses.asl20;
     maintainers = [ maintainers.matthewbauer ];
-    platforms = platforms.unix;
+    platforms = platforms.linux;
   };
 }