diff options
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |