created custom vscode extension

This commit is contained in:
Leyla Becker 2025-07-21 19:35:11 -05:00
parent 3f3ae74fac
commit 358f039460
4 changed files with 53 additions and 0 deletions

View file

@ -0,0 +1,3 @@
{pkgs, ...}: {
ai-code = pkgs.callPackage ./ai-code.nix {};
}