From 35b76009331cf9cf32791b502f08b4c34b95d57d Mon Sep 17 00:00:00 2001 From: Can Date: Thu, 19 Dec 2024 12:48:09 +0100 Subject: feat: update backend selection to include js-web --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index de47cfa..03c275e 100644 --- a/flake.nix +++ b/flake.nix @@ -33,7 +33,7 @@ # version = "0.10.0"; ## Select the backends that your project works on: - backends = with effekt-lib.effektBackends; [ js ]; + backends = with effekt-lib.effektBackends; [ js-web ]; }; # Chooses the correct Effekt package. -- cgit v1.2.3