rake: use gemdir

This commit is contained in:
Jörg Thalheim
2017-01-18 00:52:57 +01:00
parent 040c04ee57
commit ffbcea3ce5
@@ -4,9 +4,7 @@ bundlerEnv {
name = "rake-11.1.1"; name = "rake-11.1.1";
inherit ruby; inherit ruby;
gemfile = ./Gemfile; gemdir = ./.;
lockfile = ./Gemfile.lock;
gemset = ./gemset.nix;
meta = with lib; { meta = with lib; {
description = "A software task management and build automation tool"; description = "A software task management and build automation tool";