chore: flake update + optimizations
This commit is contained in:
14
flake.nix
14
flake.nix
@@ -49,11 +49,21 @@
|
||||
nix-colors.url = "github:misterio77/nix-colors";
|
||||
nix-ai-tools.url = "github:numtide/nix-ai-tools";
|
||||
|
||||
# agents = {
|
||||
# # url = "path:/home/sascha.koenig/p/AI/AGENTS";
|
||||
# url = "git+https://code.m3ta.dev/m3tam3re/AGENTS";
|
||||
# flake = false;
|
||||
# };
|
||||
|
||||
agents = {
|
||||
# url = "path:/home/sascha.koenig/p/AI/AGENTS";
|
||||
url = "git+https://code.m3ta.dev/m3tam3re/AGENTS";
|
||||
url = "path:/home/sascha.koenig/p/AI/AGENTS";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
skills-anthropic = {
|
||||
url = "github:anthropics/skills";
|
||||
flake = false;
|
||||
};
|
||||
|
||||
zugferd-service = {
|
||||
url = "git+https://git.az-gruppe.com/AZ-Intec-GmbH/zugferd-service";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user