jekyll: use gemdir
This commit is contained in:
parent
2871ff7d9b
commit
50a4b39b1e
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user