mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
nix-shell: use gemdir
This commit is contained in:
parent
50a4b39b1e
commit
96d4d744a9
@ -4,9 +4,7 @@ bundlerEnv {
|
|||||||
name = "pt-0.7.3";
|
name = "pt-0.7.3";
|
||||||
|
|
||||||
inherit ruby;
|
inherit ruby;
|
||||||
gemfile = ./Gemfile;
|
gemdir = ./.;
|
||||||
lockfile = ./Gemfile.lock;
|
|
||||||
gemset = ./gemset.nix;
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Minimalist command-line Pivotal Tracker client";
|
description = "Minimalist command-line Pivotal Tracker client";
|
||||||
|
Loading…
Reference in New Issue
Block a user