mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-01-10 06:48:04 -05:00
chore: fix "nix flake check" errors
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
lib,
|
||||
buildGoApplication,
|
||||
go
|
||||
go,
|
||||
}:
|
||||
|
||||
buildGoApplication {
|
||||
@@ -18,7 +18,7 @@ buildGoApplication {
|
||||
"-w"
|
||||
];
|
||||
|
||||
go = go;
|
||||
inherit go;
|
||||
|
||||
meta = with lib; {
|
||||
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";
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
pkgs,
|
||||
gomod2nix,
|
||||
goEnv,
|
||||
goVersion
|
||||
goVersion,
|
||||
}:
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user