12 src = fetchFromGitHub {
13 owner = "danielmiessler";
16 hash = "sha256-+KmhOMboSZU5LInNbknz3f3lIUGygApeefr1aaA44V0=";
19 vendorHash = "sha256-adBp4ehQIME0x7YmCLEFqZHAMrTXry7pYXFagBHXxGE=";
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";