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: c4965b409a80
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: da9fc7b068fa
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Dec 31, 2020

  1. nixos/binfmt.nix: fix running commands in binfmt

    To allow arguments in binfmt, we need to put the command in a shell
    script. This uses exec to run the binfmt interpreter.
    
    Fixes #90683
    matthewbauer committed Dec 31, 2020
    Copy the full SHA
    08135a3 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. Merge pull request #108072 from matthewbauer/fix-binfmt-activation

    nixos/binfmt.nix: fix running commands in binfmt
    matthewbauer committed Jan 20, 2021
    Copy the full SHA
    da9fc7b View commit details
    Browse the repository at this point in the history