Skip to content
This repository was 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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ce9ed9baed6e
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 279d583882bf
Choose a head ref

Commits on May 7, 2020

  1. postgres: Do not log timestamp

    By default, postgres prefixes each log line with a timestamp. On NixOS
    logs are written to journal anyway, so they include an external
    timestamp, so the timestamp ends up being printed twice, which clutters
    the log.
    
    * Add a module option to change the log prefix.
    * Set it to upstream default sans timestamp.
    kirelagin committed May 7, 2020
    Copy the full SHA
    652958e View commit details

Commits on May 10, 2020

  1. yabai: 3.0.0 -> 3.0.1

    cmacrae committed May 10, 2020
    Copy the full SHA
    89be001 View commit details

Commits on May 11, 2020

  1. nixos/sssd: add to system.nssDatabases.group too

    nixos/modules/config/nsswitch.nix uses `passwdArray` for both `passwd`
    and `group`, but when moving this into the sss module in
    edddc7c, it didn't get split
    appropriately.
    flokli committed May 11, 2020
    Copy the full SHA
    ecf327d View commit details
  2. nixos/google-oslogin: add to system.nssDatabases.group too

    nixos/modules/config/nsswitch.nix uses `passwdArray` for both `passwd`
    and `group`, but when moving this into the google-oslogin module in
    4b71b6f, it didn't get split
    appropriately.
    flokli committed May 11, 2020
    Copy the full SHA
    2297508 View commit details
  3. nixos/systemd: add to system.nssDatabases.group too

    nixos/modules/config/nsswitch.nix uses `passwdArray` for both `passwd`
    and `group`, but when moving this into the systemd module in
    c0995d2, it didn't get split
    appropriately.
    flokli committed May 11, 2020
    Copy the full SHA
    36b6e26 View commit details
  4. nixos/ldap: move nss database configuration into ldap module

    now that passwdArray and shadowArray aren't used anymore, these can be
    folded.
    flokli committed May 11, 2020
    Copy the full SHA
    4f9c8ef View commit details
  5. Copy the full SHA
    fd21793 View commit details
  6. Copy the full SHA
    1fb6c37 View commit details
  7. nixos/sssd: drop assertion

    This is now already triggered by the nsswitch module, as we set
    system.nssModules.
    flokli committed May 11, 2020
    Copy the full SHA
    0f6f544 View commit details
  8. Copy the full SHA
    1df38e2 View commit details
  9. nixos/systemd: enable systemd-provided nss modules unconditionally

    A disabled nscd breaks nss module loading on NixOS, and systemd without
    its nss modules doesn't really work either - instead of silently
    disabling its nss modules if nscd is disabled, let the assertion in
    nsswitch handle this.
    flokli committed May 11, 2020
    Copy the full SHA
    4a69bf2 View commit details
  10. nixos/sssd remove redundant condition

    This is all inside a global cfg.enable conditional, so we don't need to
    check here again.
    flokli committed May 11, 2020
    Copy the full SHA
    90bc3ec View commit details
  11. nixos/nsswitch: improve error message

    Show the config option triggering the assertion, so people don't
    necessary lookup the nixpkgs source code.
    flokli committed May 11, 2020
    Copy the full SHA
    23ba506 View commit details

Commits on May 12, 2020

  1. Copy the full SHA
    d8fa222 View commit details

Commits on May 13, 2020

  1. Copy the full SHA
    89448e9 View commit details
  2. Copy the full SHA
    4eb3829 View commit details
  3. Copy the full SHA
    c8d1573 View commit details
  4. cypress: 4.4.1 -> 4.5.0

    DamienCassou committed May 13, 2020
    Copy the full SHA
    9678bf5 View commit details
  5. Copy the full SHA
    5629e60 View commit details
  6. mu: 1.4.3 -> 1.4.5

    ysengrimm committed May 13, 2020
    Copy the full SHA
    6fc7c5b View commit details
  7. postgresql: Fix formatting in option description

    Co-authored-by: Mario Rodas <marsam@users.noreply.github.com>
    kirelagin and marsam authored May 13, 2020
    Copy the full SHA
    084bd32 View commit details

Commits on May 14, 2020

  1. mu: fix on darwin

    veprbl committed May 14, 2020
    Copy the full SHA
    150a18f View commit details
  2. go-modules: Augment builds w/ vendor src

    This is done in response to complaints that the module format is not
    human readable. The vendor source blob is flat files and should be
    extremely readable.
    c00w authored and Mic92 committed May 14, 2020
    Copy the full SHA
    9761128 View commit details
  3. go-modules: Doc updates

    c00w authored and Mic92 committed May 14, 2020
    Copy the full SHA
    c5f18c4 View commit details
  4. go-modules: Add in old modsha256 w/ warning

    c00w authored and Mic92 committed May 14, 2020
    Copy the full SHA
    a0ddea1 View commit details
  5. go-modules: Update files to use vendorSha256

    c00w authored and Mic92 committed May 14, 2020
    Copy the full SHA
    d6162da View commit details
  6. jx: 2.1.31 -> 2.1.31

    Mic92 committed May 14, 2020
    Copy the full SHA
    cdb8539 View commit details
  7. Copy the full SHA
    e6907df View commit details
  8. Merge pull request #87219 from serokell/kirelagin/postgres-no-time

    postgres: Do not log timestamp
    lheckemann authored May 14, 2020
    Copy the full SHA
    85a0587 View commit details
  9. Copy the full SHA
    81b7c93 View commit details
  10. Copy the full SHA
    1694c0b View commit details
  11. cri-o: switch to buildGoModule

    This is just a cleanup to switch from buildGoPackage to buildGoModule.
    
    Signed-off-by: Sascha Grunert <sgrunert@suse.com>
    saschagrunert committed May 14, 2020
    Copy the full SHA
    006e6b0 View commit details
  12. Copy the full SHA
    aade6fc View commit details
  13. podman: switch to buildGoModule

    zowoq committed May 14, 2020
    Copy the full SHA
    1ad3b68 View commit details
  14. Copy the full SHA
    fbdc105 View commit details
  15. skopeo: switch to buildGoModule

    zowoq committed May 14, 2020
    Copy the full SHA
    e56116f View commit details
  16. Copy the full SHA
    64ce60e View commit details
  17. Merge pull request #87571 from HugoReeves/master

    cargo-tarpaulin: init at 0.12.4
    srhb authored May 14, 2020
    Copy the full SHA
    2bf4a22 View commit details
  18. vscodium: Fix .desktop file

    turion committed May 14, 2020
    Copy the full SHA
    91f58ec View commit details
  19. Copy the full SHA
    b381e9a View commit details
  20. Copy the full SHA
    9d55751 View commit details
  21. Merge pull request #87794 from zowoq/gomodules

    podman, etc packages: switch to buildGoModule
    nlewo authored May 14, 2020
    Copy the full SHA
    a33eb1a View commit details
  22. sublime3{,-dev}: fix updateScript

    The HTML page changed and the update script was no longer finding the latest version.
    I changed it to query for the latest version using dedicated URL:
    
    https://forum.sublimetext.com/t/fixed-download-url-for-latest-version/23763/7
    
    Also terminated the update sooner if we detect no update available.
    update-source-version handles that normally but we are cleaning the version
    so that we can update both platforms at the same time.
    jtojnar committed May 14, 2020
    Copy the full SHA
    794a08c View commit details
  23. gnome-keysign: remove broken updateScript

    It is not hosted on GNOME mirrors so GNOME updateScript will not work.
    jtojnar committed May 14, 2020
    Copy the full SHA
    0df3c2d View commit details
  24. Copy the full SHA
    f220831 View commit details
  25. tracker: enable tests

    Also remove glibcLocales which are no longer needed for tests and add DocBook 4.5 schemas which are needed for something.
    jtojnar committed May 14, 2020
    Copy the full SHA
    39b92f6 View commit details
  26. Copy the full SHA
    7a64288 View commit details
  27. Merge pull request #87779 from marsam/update-gopass

    gopass: 1.9.1 -> 1.9.2
    andir authored May 14, 2020
    Copy the full SHA
    dc3440f View commit details
  28. tracker: remove unnecessary dependency

    upower handling was moved to tracker miners a while ago.
    jtojnar committed May 14, 2020
    Copy the full SHA
    3116788 View commit details
  29. Remove unused files

    edolstra committed May 14, 2020
    Copy the full SHA
    0ffc85d View commit details
Loading