bundix: 2.0.8 -> 2.1.0 (#25129)

This commit is contained in:
Nick Novitski
2017-04-23 05:13:50 -07:00
committed by zimbatm
parent f22d331279
commit 37b0be688d
2 changed files with 3 additions and 4 deletions

View File

@@ -16,8 +16,7 @@ $ cd sensu
$ cat > Gemfile
source 'https://rubygems.org'
gem 'sensu'
$ nix-shell -p bundler --command "bundler package --path /tmp/vendor/bundle"
$ $(nix-build '<nixpkgs>' -A bundix)/bin/bundix
$ $(nix-build '<nixpkgs>' -A bundix)/bin/bundix --magic
$ cat > default.nix
{ lib, bundlerEnv, ruby }: