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: 63b1eabcdb39
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: a6b6fe115eab
Choose a head ref
  • 14 commits
  • 7 files changed
  • 8 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 18, 2020

  1. fuse-overlayfs: 0.7.4 -> 0.7.5

    zowoq committed Jan 18, 2020
    Copy the full SHA
    5679caf View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2020

  1. libow: 3.2p1 -> 3.2p3

    r-ryantm committed Jan 26, 2020
    Copy the full SHA
    ce1788b View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. croc: 6.4.8 -> 6.4.10

    HugoReeves committed Jan 27, 2020
    Copy the full SHA
    ddec4ef View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    da75d85 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    19ff097 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2020

  1. Merge pull request #78644 from nh2/babel-nix-2.2-comment

    pythonPackages.Babel: Add comment
    nh2 committed Jan 28, 2020
    Copy the full SHA
    d91d400 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #77997 from zowoq/fuse-overlayfs

    fuse-overlayfs: 0.7.4 -> 0.7.5
    marsam committed Jan 28, 2020
    Copy the full SHA
    efd10cb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #78634 from HugoReeves/update/croc

    croc: 6.4.8 -> 6.4.10
    marsam committed Jan 28, 2020
    Copy the full SHA
    415acd1 View commit details
    Browse the repository at this point in the history
  4. 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
  5. Merge pull request #78633 from r-ryantm/auto-update/python2.7-deap

    python27Packages.deap: 1.3.0 -> 1.3.1
    marsam committed Jan 28, 2020
    Copy the full SHA
    b750d60 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #78510 from r-ryantm/auto-update/libow

    libow: 3.2p1 -> 3.2p3
    ryantm committed Jan 28, 2020
    Copy the full SHA
    2e8018b View commit details
    Browse the repository at this point in the history
  7. python27Packages.uproot: 3.11.0 -> 3.11.1

    r-ryantm authored and Jon committed Jan 28, 2020
    Copy the full SHA
    a6b6fe1 View commit details
    Browse the repository at this point in the history