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: fdf4439accb1
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 567f0a3df11b
Choose a head ref
  • 11 commits
  • 10 files changed
  • 5 contributors

Commits on May 16, 2020

  1. zulip: 5.0.0 -> 5.2.0

    timokau committed May 16, 2020
    Copy the full SHA
    294ce52 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2020

  1. cpu-x: 3.2.4 -> 4.0.0

    gnidorah committed May 18, 2020
    Copy the full SHA
    09472fb View commit details
    Browse the repository at this point in the history
  2. nixos/binfmt: move systemd-binfmt.service to binfmt module

    Also, remove the dangling systemd.services.systemd-binfmt.wants = [
    "proc-sys-fs-binfmt_misc.mount" ]; in systemd.nix.
    
    If boot.binfmt.registrations != {}, systemd will install
    proc-sys-fs-binfmt_misc.automount, which will auto-mount
    `/proc/sys/fs/binfmt_misc` as soon as systemd-binfmt tries to access it.
    
    Fixes NixOS/nixpkgs#87687
    Fixes NixOS/nixops#574
    flokli committed May 18, 2020
    Copy the full SHA
    4e27159 View commit details
    Browse the repository at this point in the history
  3. nixosTests.systemd-binfmt: init

    This adds a simple test running GNU Hello cross-compiled for armv7l and
    aarch64 inside a x86_64 VM with configured binfmt.
    
    We already build the cross toolchains in other invocations, and building
    hello itself is small.
    flokli committed May 18, 2020
    Copy the full SHA
    fd49155 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    311e883 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    f31adf2 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    4a873aa View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    962f93c View commit details
    Browse the repository at this point in the history
  8. Merge pull request #87942 from timokau/zulip-5.2.0

    zulip: 5.0.0 -> 5.2.0
    timokau committed May 18, 2020
    Copy the full SHA
    b5caab6 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #87742 from flokli/systemd-binfmt

    nixos/binfmt: move systemd-binfmt.service to binfmt module
    flokli committed May 18, 2020
    Copy the full SHA
    528d35b View commit details
    Browse the repository at this point in the history
  10. Merge pull request #88053 from gnidorah/cpu-x

    cpu-x: 3.2.4 -> 4.0.0
    srhb committed May 18, 2020
    Copy the full SHA
    567f0a3 View commit details
    Browse the repository at this point in the history