granted: remove broken attribute

https://github.com/NixOS/nixpkgs/pull/255764#issuecomment-1723514189.
This commit is contained in:
Ivan Kovnatsky 2023-09-18 17:22:25 +03:00
parent 5f34f2dd0a
commit 2906a9fe40
No known key found for this signature in database
GPG key ID: 3A33FA4C82ED674F

View file

@ -62,10 +62,5 @@ buildGoModule rec {
changelog = "https://github.com/common-fate/granted/releases/tag/${version}";
license = licenses.mit;
maintainers = [ maintainers.ivankovnatsky ];
# Could not figure out how to use this application without any hustle. Weird
# linking of binary, aliases for god knows what.
# https://docs.commonfate.io/granted/usage/assuming-roles.
# Will mark as broken until maybe someone fixes it. Switched to aws-sso.
broken = true;
};
}