chaos: format with nixfmt

This commit is contained in:
Fabian Affolter
2024-12-07 09:40:16 +01:00
parent 0ae64adaa9
commit 2dc8bb0a82
+5 -6
View File
@@ -1,6 +1,7 @@
{ lib
, buildGoModule
, fetchFromGitHub
{
lib,
buildGoModule,
fetchFromGitHub,
}:
buildGoModule rec {
@@ -16,9 +17,7 @@ buildGoModule rec {
vendorHash = "sha256-c5J2cTzyb7CiBlS4vS3PdRhr6DhIvXE2lt40u0s6G0k=";
subPackages = [
"cmd/chaos/"
];
subPackages = [ "cmd/chaos/" ];
meta = with lib; {
description = "Tool to communicate with Chaos DNS API";