gitlab: use gemdir
This commit is contained in:
parent
062f905906
commit
dd91891bd9
@ -9,9 +9,7 @@ let
|
|||||||
env = bundlerEnv {
|
env = bundlerEnv {
|
||||||
name = "gitlab";
|
name = "gitlab";
|
||||||
inherit ruby;
|
inherit ruby;
|
||||||
gemfile = ./Gemfile;
|
gemdir = ./.;
|
||||||
lockfile = ./Gemfile.lock;
|
|
||||||
gemset = ./gemset.nix;
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = http://www.gitlab.com/;
|
homepage = http://www.gitlab.com/;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user