mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
ruby-zoom: use gemdir
This commit is contained in:
parent
8c70770e30
commit
57b06f45db
1 changed files with 1 additions and 3 deletions
|
@ -4,9 +4,7 @@ bundlerEnv {
|
||||||
pname = "ruby-zoom";
|
pname = "ruby-zoom";
|
||||||
|
|
||||||
inherit ruby;
|
inherit ruby;
|
||||||
gemfile = ./Gemfile;
|
gemdir = ./.;
|
||||||
lockfile = ./Gemfile.lock;
|
|
||||||
gemset = ./gemset.nix;
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Quickly open CLI search results in your favorite editor!";
|
description = "Quickly open CLI search results in your favorite editor!";
|
||||||
|
|
Loading…
Reference in a new issue