feat(opencode): add flake input and overlay

This commit is contained in:
tux
2026-08-22 16:58:15 +05:30
parent ba22699df3
commit 7f0d55c597
4 changed files with 44 additions and 6 deletions

View File

@@ -14,6 +14,7 @@
awww = inputs.awww.packages.${prev.stdenv.hostPlatform.system}.awww;
vicinae-extensions = inputs.vicinae-extensions.packages.${prev.stdenv.hostPlatform.system};
voxtype = inputs.voxtype.packages.${prev.stdenv.hostPlatform.system};
opencode-git = inputs.opencode.packages.${prev.stdenv.hostPlatform.system}.default;
nix-index-small =
inputs.nix-index-database.packages.${prev.stdenv.hostPlatform.system}.nix-index-with-small-db;
};