about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index e21c25b..439cb07 100644
--- a/flake.nix
+++ b/flake.nix
@@ -23,8 +23,9 @@
             pkgconfig
             (rust-bin.beta.latest.default.override {
               extensions = [ "rust-src" ];
-              targets = [ "x86_64-unknown-linux-gnu" ];
+              targets = [ "x86_64-unknown-linux-gnu" "wasm32-unknown-unknown" ];
             })
+            trunk
           ];
         };
       }