nixpkgs/pkgs/applications/misc/jekyll
Michael Weiss d24aefd52f
jekyll: Improve the "jekyll new" experience
See https://github.com/NixOS/nixpkgs/issues/58126 for more details.

This will instruct the user how to manually finish the setup instead of
failing with error messages (unfortunately it is quite a bit hacky
though...).

Extra note:
We cannot use "bundle config --local" due to BUNDLE_GEMFILE (would
attempt to create .bundle/config in the Nix store) and manually creating
.bundle/config doesn't work either as these configuration variables are
still overwritten by the environment variables, even though this
shouldn't be the case [0].

[0]: https://bundler.io/v2.0/man/bundle-config.1.html
2019-06-28 16:12:15 +02:00
..
basic jekyll: Update the dependencies (security, CVE-2019-11068) 2019-04-23 21:19:12 +02:00
full jekyll: Update the dependencies (security, CVE-2019-11068) 2019-04-23 21:19:12 +02:00
default.nix jekyll: Improve the "jekyll new" experience 2019-06-28 16:12:15 +02:00
update.sh jekyll: 3.7.3 -> 3.8.0 2018-04-19 23:15:20 +02:00