gitlab: use gemdir

This commit is contained in:
Jörg Thalheim 2017-01-18 00:26:30 +01:00
parent 062f905906
commit dd91891bd9
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA

View File

@ -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;