Skip to content

Commit 3ab8ccc

Browse files
committed
init dev nix
1 parent 8a6ed47 commit 3ab8ccc

File tree

1 file changed

+4
-0
lines changed
  • firebase_ai_logic_showcase/.idx

1 file changed

+4
-0
lines changed

firebase_ai_logic_showcase/.idx/dev.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
packages = [
88
pkgs.jdk21
99
pkgs.unzip
10+
pkgs.nodePackages.nodemon
11+
pkgs.nodejs_22
1012
];
1113
# Sets environment variables in the workspace
1214
env = {
@@ -27,6 +29,8 @@
2729
extensions = [
2830
"Dart-Code.flutter"
2931
"Dart-Code.dart-code"
32+
"hashicorp.terraform"
33+
"ms-vscode.js-debug"
3034
];
3135
workspace = {
3236
# Runs when a workspace is first created with this `dev.nix` file

0 commit comments

Comments
 (0)