nix-shell: use gemdir
This commit is contained in:
parent
50a4b39b1e
commit
96d4d744a9
1 changed files with 1 additions and 3 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue