Skip to content

Instantly share code, notes, and snippets.

@grahamc
Created September 26, 2020 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grahamc/415b546e856da1e5d9fe2a6c730cca1c to your computer and use it in GitHub Desktop.
Save grahamc/415b546e856da1e5d9fe2a6c730cca1c to your computer and use it in GitHub Desktop.
{ buildGoModule, fetchFromGitHub }:
buildGoModule rec {
pname= "aws-nuke";
version = src.rev;
src = fetchFromGitHub {
owner = "rebuy-de";
repo = "aws-nuke";
rev = "b898ad2385c98a9b8e31885103ede8e8b66edf05";
sha256 = "18shcianbr9x157jkq7zh5732f90cyacw77sszs7bgcfz8flkvhl";
};
subPackages = [ "." ];
modSha256 = "1i0mp6br6n4pyxkfd4w3pccfdawfj7zwia5xn52dabqdjb54m37h";
vendorSha256 = "1i0mp6br6n4pyxkfd4w3pccfdawfj7zwia5xn52dabqdjb54m36h";
}
building '/nix/store/2b7flkiv9zhnbizf07dvb5s0xf8kc3ns-aws-nuke-b898ad2385c98a9b8e31885103ede8e8b66edf05-go-modules.drv' on 'ssh://root@kif.wg.gsc.io'...
unpacking sources
unpacking source archive /nix/store/8gjpiq1g3vfr33w088dm7yq57cmk1394-source
source root is source
patching sources
configuring
building
go: downloading github.com/golang/mock v1.4.4
go: downloading github.com/aws/aws-sdk-go v1.34.12
go: downloading github.com/sirupsen/logrus v1.6.0
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/mb0/glob v0.0.0-20160210091149-1eb79d2de6c4
go: downloading golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
go: downloading golang.org/x/sys v0.0.0-20191026070338-33540a1f6037
go: downloading golang.org/x/tools v0.0.0-20190425150028-36563e24a262
go: downloading gopkg.in/yaml.v2 v2.3.0
go: downloading github.com/jmespath/go-jmespath v0.3.0
go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.3
go: downloading github.com/fatih/color v1.9.0
go: finding module for package github.com/rebuy-de/aws-nuke/mocks/mock_cloudformationiface
go: downloading github.com/stretchr/testify v1.6.1
go: downloading github.com/spf13/cobra v1.0.0
go: downloading github.com/mattn/go-colorable v0.1.4
go: downloading github.com/mattn/go-isatty v0.0.11
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading github.com/spf13/pflag v1.0.3
go: downloading github.com/inconshreveable/mousetrap v1.0.0
github.com/rebuy-de/aws-nuke/resources tested by
github.com/rebuy-de/aws-nuke/resources.test imports
github.com/rebuy-de/aws-nuke/mocks/mock_cloudformationiface: no matching versions for query "latest"
builder for '/nix/store/2b7flkiv9zhnbizf07dvb5s0xf8kc3ns-aws-nuke-b898ad2385c98a9b8e31885103ede8e8b66edf05-go-modules.drv' failed with exit code 1
error: build of '/nix/store/2b7flkiv9zhnbizf07dvb5s0xf8kc3ns-aws-nuke-b898ad2385c98a9b8e31885103ede8e8b66edf05-go-modules.drv' on 'ssh://root@kif.wg.gsc.io' failed: builder for '/nix/store/2b7flkiv9zhnbizf07dvb5s0xf8kc3ns-aws-nuke-b898ad2385c98a9b8e31885103ede8e8b66edf05-go-modules.drv' failed with exit code 1
builder for '/nix/store/2b7flkiv9zhnbizf07dvb5s0xf8kc3ns-aws-nuke-b898ad2385c98a9b8e31885103ede8e8b66edf05-go-modules.drv' failed with exit code 1
cannot build derivation '/nix/store/dwwqhlpvrb3jicr03gdv433gyxam18rc-aws-nuke-b898ad2385c98a9b8e31885103ede8e8b66edf05.drv': 1 dependencies couldn't be built
error: build of '/nix/store/dwwqhlpvrb3jicr03gdv433gyxam18rc-aws-nuke-b898ad2385c98a9b8e31885103ede8e8b66edf05.drv' failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment