feat: agent-lib exlude agents

This commit is contained in:
2026-05-31 14:10:15 +02:00
parent 7c5b92c377
commit a9ffe3ed28
7 changed files with 962 additions and 296 deletions
+2 -1
View File
@@ -21,7 +21,8 @@
useGlobalPkgs = true;
useUserPackages = true;
extraSpecialArgs = {
inherit inputs outputs system;
inputs = inputs // {agents = null;};
inherit outputs system;
videoDrivers = config.services.xserver.videoDrivers or [];
};
};