feat(ai): add opencode to AI packages

This commit is contained in:
2026-04-05 17:58:51 +02:00
parent 6fa865644a
commit 9431a71539
2 changed files with 10 additions and 1 deletions

View File

@@ -30,6 +30,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
opencode = {
url = "github:anomalyco/opencode/v1.3.15";
inputs.nixpkgs.follows = "nixpkgs";
};
pumo-system-info = {
url = "git+https://labs.phundrak.com/phundrak/pumo-system-info";
inputs.nixpkgs.follows = "nixpkgs";