fix: local flake reference
This commit is contained in:
@@ -22,8 +22,8 @@
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
|
||||
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
|
||||
# m3ta-nixpkgs.url = "git+https://code.m3ta.dev/m3tam3re/nixpkgs";
|
||||
m3ta-nixpkgs.url = "path:/home/sascha.koenig/p/NIX/nixpkgs";
|
||||
m3ta-nixpkgs.url = "git+https://code.m3ta.dev/m3tam3re/nixpkgs";
|
||||
# m3ta-nixpkgs.url = "path:/home/sascha.koenig/p/NIX/nixpkgs";
|
||||
#
|
||||
llm-agents.url = "github:numtide/llm-agents.nix";
|
||||
|
||||
@@ -56,7 +56,8 @@
|
||||
# };
|
||||
|
||||
agents = {
|
||||
url = "path:/home/sascha.koenig/p/AI/AGENTS";
|
||||
# url = "path:/home/sascha.koenig/p/AI/AGENTS";
|
||||
url = "git+https://code.m3ta.dev/m3tam3re/AGENTS";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
skills-anthropic = {
|
||||
|
||||
Reference in New Issue
Block a user