mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-11 21:06:19 +03:00
docs: gemdir is now preferred attribute for bundlerEnv
This commit is contained in:
parent
69c10e5290
commit
c9ff7e49a8
1 changed files with 2 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue