[macbook] Add opencode-tunneler.

This commit is contained in:
Mariano Uvalle 2025-08-24 00:03:26 -07:00
parent f77c41dc8d
commit d622e62d68
3 changed files with 76 additions and 6 deletions

View file

@ -2,6 +2,7 @@
config,
pkgs,
pkgs-unstable,
opencode-tunneler,
user,
...
} :
@ -60,6 +61,7 @@ in {
};
}))
pkgs-unstable.vscode
pkgs-unstable.ngrok
pkgs-unstable.go
pkgs-unstable.gopls
@ -68,6 +70,8 @@ in {
# Expo.
pkgs-unstable.nodejs_24
pkgs-unstable.eas-cli
opencode-tunneler.packages.aarch64-darwin.default
];
stateVersion = "24.11";