Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
base: 3a6bc6e35d61
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: aaae785f9039
Choose a head ref
  • 7 commits
  • 8 files changed
  • 6 contributors

Commits on Mar 29, 2019

  1. nginxModules.http_proxy_connect_module: init

    This adds the nginx module `ngx_http_proxy_connect_module` which allows
    to tunnel HTTPS through an nginx proxy[1].
    
    As this module contained patches for several nginx version, some minor
    adjustments were needed:
    
    * Allowed each entry in `nginxModules` to provide patches.
    
    * Added an optional `supports` attribute to ensure that each module can
      determine if it supports the currently built nginx version (e.g. stable
      1.14 ATM or mainline 1.15 ATM).
    
    [1] https://github.com/chobits/ngx_http_proxy_connect_module
    Ma27 committed Mar 29, 2019
    Copy the full SHA
    37867db View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2019

  1. nixos/colord: don't run as root

    Using systemd.packages because there's
    a system colord service and colord-session user service
    included.
    worldofpeace committed Mar 30, 2019
    Copy the full SHA
    f22fbe1 View commit details
    Browse the repository at this point in the history
  2. nika-fonts: init at 1.0.0 (#58495)

    LinArcX authored and veprbl committed Mar 30, 2019
    Copy the full SHA
    2806041 View commit details
    Browse the repository at this point in the history
  3. chafa: init at 1.0.1

    mogorman committed Mar 30, 2019
    Copy the full SHA
    f6d83c2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #58458 from worldofpeace/colord/no-root

    nixos/colord: don't run as root
    infinisil committed Mar 30, 2019
    Copy the full SHA
    81e2fb5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #54420 from Ma27/package-nginx-http-proxy-connect-…

    …module
    
    nginxModules.http_proxy_connect_module: init
    infinisil committed Mar 30, 2019
    Copy the full SHA
    b511664 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #58422 from mogorman/chafa-1.0.1

    chafa: init at 1.0.1
    ryantm committed Mar 30, 2019
    Copy the full SHA
    aaae785 View commit details
    Browse the repository at this point in the history