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: 415acd19c198
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 3a7fe07e3cc5
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 18, 2019

  1. add config.environment.ld-linux

    Add option to install symlink to ld-linux(8) system-wide to allow running unmodified ELF binaries.
    It might be useful to run games or executables distributed inside jar files as discussed
    https://discourse.nixos.org/t/runtime-alternative-to-patchelf-set-interpreter/3539
    https://discourse.nixos.org/t/running-binaries-without-fhs-and-patchelf/1828
    
    It is the third concession to FHS after `/bin/sh` and `/usr/bin/env` but it is disabled by default unlike those two
    volth committed Sep 18, 2019
    Copy the full SHA
    af665d8 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2019

  1. rmdir: avoid failing when directory did not exist

    I bet nobody has `environment.usrbinenv = null`, it would fail on the second activation trying to `rmdir` inexisting `/usr/bin`
    volth committed Sep 19, 2019
    Copy the full SHA
    45db499 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2020

  1. Merge pull request #69057 from volth/ld-linux

    add config.environment.ld-linux
    matthewbauer committed Jan 28, 2020
    Copy the full SHA
    3a7fe07 View commit details
    Browse the repository at this point in the history