nix-shell: use gemdir

This commit is contained in:
Jörg Thalheim 2017-01-18 00:28:55 +01:00
parent 50a4b39b1e
commit 96d4d744a9
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA

View File

@ -4,9 +4,7 @@ bundlerEnv {
name = "pt-0.7.3";
inherit ruby;
gemfile = ./Gemfile;
lockfile = ./Gemfile.lock;
gemset = ./gemset.nix;
gemdir = ./.;
meta = with lib; {
description = "Minimalist command-line Pivotal Tracker client";