Skip to content

Commit

Permalink
Format nix file
Browse files Browse the repository at this point in the history
  • Loading branch information
DJE98 committed Oct 26, 2024
1 parent 9627d3c commit b24cccd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/tools/llm/fabric-ai/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{ pkgs ? import <nixpkgs> {} }:
{
pkgs ? import <nixpkgs> { },
}:

pkgs.buildGoModule {
pname = "fabric-ai";
Expand All @@ -11,7 +13,7 @@ pkgs.buildGoModule {
sha256 = "sha256-fPg7D7Ar543SjQ/f/HpyBbZx+sVcSbcHezUFY7q/iVs=";
};

vendorHash ="sha256-/nQj0T52xT3MGyM7hsPvvncXlZWjbjA2NBCisidgoWY=";
vendorHash = "sha256-/nQj0T52xT3MGyM7hsPvvncXlZWjbjA2NBCisidgoWY=";

meta = with pkgs.lib; {
description = "An open-source framework for augmenting humans using AI";
Expand All @@ -21,4 +23,3 @@ pkgs.buildGoModule {
maintainers = [ "DJE98" ];
};
}

0 comments on commit b24cccd

Please sign in to comment.