Loading pkgs/by-name/aw/aws-assume-role/package.nix +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"; Loading Loading
pkgs/by-name/aw/aws-assume-role/package.nix +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"; Loading