[macbook] Add opencode-tunneler.
This commit is contained in:
parent
f77c41dc8d
commit
d622e62d68
3 changed files with 76 additions and 6 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue