Skip to content

Instantly share code, notes, and snippets.

@thedebugger
Last active August 10, 2016 21:22
Show Gist options
  • Save thedebugger/d816e11b96a97e4cd0c6a9d87db39464 to your computer and use it in GitHub Desktop.
Save thedebugger/d816e11b96a97e4cd0c6a9d87db39464 to your computer and use it in GitHub Desktop.
hrm, gem failure
result/bin/eb_deploy --help
/nix/store/0d00q7k7y9nnjppcshq3766xi4l45h60-ruby-2.3.0-p0/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file -- bundler/setup (LoadError)
from /nix/store/0d00q7k7y9nnjppcshq3766xi4l45h60-ruby-2.3.0-p0/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require'
from result/bin/eb_deploy:16:in `<main>'
{ ruby, bundlerEnv, ... }:
bundlerEnv rec {
inherit ruby;
version = "0.6.6";
name = "eb_deployer-${version}";
gemset = ./gemset.nix;
gemfile = ./Gemfile;
lockfile = ./Gemfile.lock;
meta = {
description = "AWS Elastic Beanstalk blue-green deployment automation from ThoughtWorks";
#don't conflict with other gemfiles.
priority = 50;
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment