aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorCan2024-12-19 12:48:09 +0100
committerCan2024-12-19 12:48:09 +0100
commit35b76009331cf9cf32791b502f08b4c34b95d57d (patch)
treed6890703ec4e3a605a05beff2d6bd71975ce40e5 /flake.nix
parentc907ca3755bc88400b0a0bb8d5e49944f0064496 (diff)
feat: update backend selection to include js-web
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
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.