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;
|
version = (import gemset).sensu.version;
|
||||||
inherit ruby;
|
inherit ruby;
|
||||||
gemfile = ./Gemfile;
|
# expects Gemfile, Gemfile.lock and gemset.nix in the same directory
|
||||||
lockfile = ./Gemfile.lock;
|
gemdir = ./.;
|
||||||
gemset = ./gemset.nix;
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A monitoring framework that aims to be simple, malleable, and scalable";
|
description = "A monitoring framework that aims to be simple, malleable, and scalable";
|
||||||
|
|
Loading…
Reference in New Issue