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/nix
base: fc0ded3408ac
Choose a base ref
...
head repository: NixOS/nix
compare: 359ede1d7299
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 11, 2017

  1. docker: update to Nix 1.11.14

    - Use the latest Nix version 1.11.14.
    
    - Attempts to download the Nix installation tarball from http://nixos.org
      redirect to https these days, which wget doesn't support unless OpenSSL is
      available.
    
    - Use addgroup and adduser commands to create the Nix build users.
    
    - Link the Nix profile script into /etc/profile.d, where it's run
      automatically.
    
    - Dropped installation of bash and tar. Neither tool is essential for running
      Nix.
    
    Use the command "docker build -t nix . && docker run -it --rm nix sh -"
    to build and run the Nix docker container.
    peti committed Sep 11, 2017
    Configuration menu
    Copy the full SHA
    1511f01 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1562 from peti/master

    docker: update to Nix 1.11.14
    edolstra committed Sep 11, 2017
    Configuration menu
    Copy the full SHA
    359ede1 View commit details
    Browse the repository at this point in the history