use AI as submodule

This commit is contained in:
Sridhar Ratnakumar 2025-11-20 14:40:14 -05:00
parent 61b776a734
commit 634081939b
4 changed files with 11 additions and 11 deletions

3
.gitmodules vendored
View file

@ -1,3 +1,6 @@
[submodule "vendor/jumphost-nix"]
path = vendor/jumphost-nix
url = git@github.com:srid/jumphost-nix.git
[submodule "vendor/AI"]
path = vendor/AI
url = git@github.com:srid/AI.git

16
flake.lock generated
View file

@ -3,18 +3,14 @@
"AI": {
"flake": false,
"locked": {
"lastModified": 1763589835,
"narHash": "sha256-CWT4y8qivK0o1Hjex+dJtOHvnHP5Z8PKiZKhT/pz3jo=",
"owner": "srid",
"repo": "AI",
"rev": "62b3f9fd4fbf1926a52e2fda25fe462d4e8745f0",
"type": "github"
"path": "vendor/AI",
"type": "path"
},
"original": {
"owner": "srid",
"repo": "AI",
"type": "github"
}
"path": "vendor/AI",
"type": "path"
},
"parent": []
},
"agenix": {
"inputs": {

View file

@ -34,7 +34,7 @@
nix-ai-tools.url = "github:numtide/nix-ai-tools";
nix-ai-tools.inputs.nixpkgs.follows = "nixpkgs";
landrun-nix.url = "github:srid/landrun-nix";
AI.url = "github:srid/AI";
AI.url = "path:vendor/AI";
AI.flake = false;
# Neovim

1
vendor/AI vendored Submodule

@ -0,0 +1 @@
Subproject commit 62b3f9fd4fbf1926a52e2fda25fe462d4e8745f0