diff options
author | Can | 2024-12-19 12:48:09 +0100 |
---|---|---|
committer | Can | 2024-12-19 12:48:09 +0100 |
commit | 35b76009331cf9cf32791b502f08b4c34b95d57d (patch) | |
tree | d6890703ec4e3a605a05beff2d6bd71975ce40e5 /flake.nix | |
parent | c907ca3755bc88400b0a0bb8d5e49944f0064496 (diff) |
feat: update backend selection to include js-web
Diffstat (limited to 'flake.nix')
-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. |