docs: gemdir is now preferred attribute for bundlerEnv

This commit is contained in:
Jörg Thalheim 2017-01-18 00:13:17 +01:00
parent 69c10e5290
commit c9ff7e49a8
No known key found for this signature in database
GPG key ID: CA4106B8D7CC79FA

View file

@ -26,9 +26,8 @@ bundlerEnv rec {
version = (import gemset).sensu.version;
inherit ruby;
gemfile = ./Gemfile;
lockfile = ./Gemfile.lock;
gemset = ./gemset.nix;
# expects Gemfile, Gemfile.lock and gemset.nix in the same directory
gemdir = ./.;
meta = with lib; {
description = "A monitoring framework that aims to be simple, malleable, and scalable";