mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +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";
|
||||
|
||||
inherit ruby;
|
||||
gemfile = ./Gemfile;
|
||||
lockfile = ./Gemfile.lock;
|
||||
gemset = ./gemset.nix;
|
||||
gemdir = ./.;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Quickly open CLI search results in your favorite editor!";
|
||||
|
|
Loading…
Reference in a new issue