aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 759e670..b7fafae 100644
--- a/flake.nix
+++ b/flake.nix
@@ -103,6 +103,7 @@
103 nativeBuildInputs = [ 103 nativeBuildInputs = [
104 pkgs.bun 104 pkgs.bun
105 pkgs.biome 105 pkgs.biome
106 pkgs.typescript-language-server
106 ]; 107 ];
107 }); 108 });
108 109