about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-10-24 01:53:49 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-10-24 01:53:51 +0200
commitb3b8c6b2060b7773d1e6ca23b140a7244b195a59 (patch)
tree676444a7f8f342a9ed5ea3a9bb7e4b73b72c408a /flake.nix
parentCrawler+Indexer: Rust cleanup (diff)
downloadOSSE-b3b8c6b2060b7773d1e6ca23b140a7244b195a59.tar.gz
OSSE-b3b8c6b2060b7773d1e6ca23b140a7244b195a59.tar.bz2
OSSE-b3b8c6b2060b7773d1e6ca23b140a7244b195a59.zip
Client->Frontend: Create yew frontend skeleton
We have replaced the client with a yew frontend.
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
           ];
         };
       }