nixos/gitlab: Fix evaluation.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
24b5eb61eb
commit
d110f5adf7
@ -10,7 +10,7 @@ let
|
||||
ruby = pkgs.gitlab.ruby;
|
||||
bundler = pkgs.bundler;
|
||||
|
||||
gemHome = "${pkgs.gitlab.env}/${ruby.gemPath}"
|
||||
gemHome = "${pkgs.gitlab.env}/${ruby.gemPath}";
|
||||
|
||||
databaseYml = ''
|
||||
production:
|
||||
|
Loading…
x
Reference in New Issue
Block a user