forked from mirrors/nixpkgs
docs: gemdir is now preferred attribute for bundlerEnv
This commit is contained in:
parent
69c10e5290
commit
c9ff7e49a8
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue