mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 15:04:59 +08:00
use AI as submodule
This commit is contained in:
parent
61b776a734
commit
634081939b
4 changed files with 11 additions and 11 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -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
16
flake.lock
generated
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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
1
vendor/AI
vendored
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 62b3f9fd4fbf1926a52e2fda25fe462d4e8745f0
|
||||
Loading…
Add table
Add a link
Reference in a new issue