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: b5caab6f7e6c
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 528d35bec0cb
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on May 18, 2020

  1. 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 #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
  2. 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
  3. 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