diff --git a/.gitmodules b/.gitmodules index bb62f73..0f9afd5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/flake.lock b/flake.lock index da3b9d3..ce103dc 100644 --- a/flake.lock +++ b/flake.lock @@ -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": { diff --git a/flake.nix b/flake.nix index e019fcd..eeab825 100644 --- a/flake.nix +++ b/flake.nix @@ -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 diff --git a/vendor/AI b/vendor/AI new file mode 160000 index 0000000..62b3f9f --- /dev/null +++ b/vendor/AI @@ -0,0 +1 @@ +Subproject commit 62b3f9fd4fbf1926a52e2fda25fe462d4e8745f0