This commit is contained in:
mjallen18
2026-03-03 10:08:23 -06:00
parent 1fc2a7a89f
commit 3655680e7c

View File

@@ -8,6 +8,7 @@
}: }:
let let
isArm = ("aarch64-linux" == system) || ("aarch64-darwin" == system); isArm = ("aarch64-linux" == system) || ("aarch64-darwin" == system);
isDarwin = ("aarch64-darwin" == system);
x86_only = with pkgs; [ x86_only = with pkgs; [
vscode-extensions.redhat.vscode-xml vscode-extensions.redhat.vscode-xml
@@ -46,31 +47,30 @@ in
vscode-extensions.redhat.vscode-yaml vscode-extensions.redhat.vscode-yaml
vscode-extensions.yy0931.vscode-sqlite3-editor vscode-extensions.yy0931.vscode-sqlite3-editor
# open-remote-ssh
# nix-vscode-extensions.open-vsx.jeanp413.open-remote-ssh # nix-vscode-extensions.open-vsx.jeanp413.open-remote-ssh
open-remote-ssh
] ]
++ (if !isArm then x86_only else [ ]) ++ (if !isArm then x86_only else [ ])
++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [ ++ (if !isDarwin then [ open-remote-ssh ] else [ ]);
{ # ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
name = "copilot-mcp"; # {
publisher = "automatalabs"; # name = "copilot-mcp";
version = "0.0.49"; # publisher = "automatalabs";
sha256 = "sha256-+G2OQl5SCN7bh7MzGdYiRclIZefBE7lWnGg1kNpCvnA="; # version = "0.0.49";
} # sha256 = "sha256-+G2OQl5SCN7bh7MzGdYiRclIZefBE7lWnGg1kNpCvnA=";
{ # }
name = "mcp-server-runner"; # {
publisher = "zebradev"; # name = "mcp-server-runner";
version = "0.1.0"; # publisher = "zebradev";
sha256 = "sha256-StydVt3VzQUSS/pYp76jnIwtZlEj8gWAGzOARs93J+E="; # version = "0.1.0";
} # sha256 = "sha256-StydVt3VzQUSS/pYp76jnIwtZlEj8gWAGzOARs93J+E=";
{ # }
name = "claude-dev"; # {
publisher = "saoudrizwan"; # name = "claude-dev";
version = "3.17.9"; # publisher = "saoudrizwan";
sha256 = "sha256-y3bFtMe5vZrO3DFb31KDvkzjD2jM76wK89mKhgJXC70="; # version = "3.17.9";
} # sha256 = "sha256-y3bFtMe5vZrO3DFb31KDvkzjD2jM76wK89mKhgJXC70=";
]; # }
# ];
userSettings = { userSettings = {