12 src = fetchFromGitHub {
13 owner = "danielmiessler";
16 hash = "sha256-93kOJLzCoJgj5kApQyzGOZOGDlz6G/aNO7bT7eAs5o8=";
19 vendorHash = "sha256-ef5fn3D0DcvluLIlwfZFGS/6bZgkduQhRXvjCrghBL8=";
26 passthru.updateScript = nix-update-script { };
29 description = "Fabric is an open-source framework for augmenting humans using AI. It provides a modular framework for solving specific problems using a crowdsourced set of AI prompts that can be used anywhere";
30 homepage = "https://github.com/danielmiessler/fabric";
31 license = lib.licenses.mit;
32 maintainers = with lib.maintainers; [ jaredmontoya ];
33 mainProgram = "fabric";