tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
jekyll: use gemdir
Jörg Thalheim
9 years ago
50a4b39b
2871ff7d
+1
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
jekyll
default.nix
+1
-3
pkgs/applications/misc/jekyll/default.nix
···
5
version = "3.0.1";
6
7
ruby = ruby_2_2;
8
-
gemfile = ./Gemfile;
9
-
lockfile = ./Gemfile.lock;
10
-
gemset = ./gemset.nix;
11
12
meta = with lib; {
13
description = "Simple, blog aware, static site generator";
···
5
version = "3.0.1";
6
7
ruby = ruby_2_2;
8
+
gemdir = ./.;
0
0
9
10
meta = with lib; {
11
description = "Simple, blog aware, static site generator";