jekyll: use gemdir

This commit is contained in:
Jörg Thalheim 2017-01-18 00:28:26 +01:00
parent 2871ff7d9b
commit 50a4b39b1e
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA

View File

@ -5,9 +5,7 @@ bundlerEnv rec {
version = "3.0.1"; version = "3.0.1";
ruby = ruby_2_2; ruby = ruby_2_2;
gemfile = ./Gemfile; gemdir = ./.;
lockfile = ./Gemfile.lock;
gemset = ./gemset.nix;
meta = with lib; { meta = with lib; {
description = "Simple, blog aware, static site generator"; description = "Simple, blog aware, static site generator";