Merge pull request #21962 from Mic92/gemdir

bundleEnv: Used gemdir for most applications now
This commit is contained in:
Jörg Thalheim
2017-01-19 09:34:14 +01:00
committed by GitHub
31 changed files with 35 additions and 96 deletions
+2 -3
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";