gollum: use gemdir

This commit is contained in:
Jörg Thalheim
2017-01-18 00:41:32 +01:00
parent ffbcea3ce5
commit 69c10e5290

View File

@@ -5,9 +5,7 @@ bundlerEnv rec {
version = "4.0.1";
ruby = ruby_2_2;
gemfile = ./Gemfile;
lockfile = ./Gemfile.lock;
gemset = ./gemset.nix;
gemdir = ./.;
meta = with lib; {
description = "A simple, Git-powered wiki";