chore: fix "nix flake check" errors

This commit is contained in:
Kayvan Sylvan
2025-04-23 11:07:01 -07:00
parent 894b4967dd
commit 50a4f8b491
2 changed files with 3 additions and 3 deletions

View File

@@ -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";

View File

@@ -2,7 +2,7 @@
pkgs,
gomod2nix,
goEnv,
goVersion
goVersion,
}:
{