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";
ruby = ruby_2_2;
gemfile = ./Gemfile;
lockfile = ./Gemfile.lock;
gemset = ./gemset.nix;
gemdir = ./.;
meta = with lib; {
description = "Simple, blog aware, static site generator";