Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 67ea4fcd3b4c
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: d24aefd52f75
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jun 28, 2019

  1. jekyll: Improve the "jekyll new" experience

    See #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
    primeos committed Jun 28, 2019
    Copy the full SHA
    d24aefd View commit details
    Browse the repository at this point in the history