aws-assume-role: nixfmt

This commit is contained in:
wxt
2024-11-04 21:23:40 +08:00
parent 2a64a9a22a
commit 45fd66c238
+8 -4
View File
@@ -1,13 +1,17 @@
{ lib
, fetchFromGitHub
, buildGoModule
{
lib,
fetchFromGitHub,
buildGoModule,
}:
buildGoModule rec {
pname = "aws-assume-role";
version = "0.3.2";
outputs = [ "out" "doc" ];
outputs = [
"out"
"doc"
];
src = fetchFromGitHub {
owner = "remind101";