Unverified Commit 45fd66c2 authored by wxt's avatar wxt
Browse files

aws-assume-role: nixfmt

parent 2a64a9a2
Loading
Loading
Loading
Loading
+8 −4
Original line number Diff line number Diff line
{ 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";