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: 3112aa3e2fa5
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 3d50d643f909
Choose a head ref
  • 5 commits
  • 3 files changed
  • 1 contributor

Commits on Jul 22, 2020

  1. Copy the full SHA
    391a5fd View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8ad6216 View commit details
    Browse the repository at this point in the history
  3. certbot: add certbot.withPlugins

    This can be used to wrap certbot to include some plugins.
    
    certbot.withPlugins has a similar calling convention as python*.withPackages:
    
    ```
    certbot.withPlugins (cp: [ cp.certbot-dns-foo ])
    ```
    flokli committed Jul 22, 2020
    Copy the full SHA
    718a449 View commit details
    Browse the repository at this point in the history
  4. certbot-full: init

    flokli committed Jul 22, 2020
    Copy the full SHA
    9d86dea View commit details
    Browse the repository at this point in the history
  5. Merge pull request #92786 from flokli/certbot-with-plugins

    certbot: add certbot.withPlugins
    flokli committed Jul 22, 2020
    Copy the full SHA
    3d50d64 View commit details
    Browse the repository at this point in the history