Skip to content
This repository has been archived by the owner on Dec 16, 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/docker
base: c8a3299cad70
Choose a base ref
...
head repository: NixOS/docker
compare: 6a645bed0903
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jun 22, 2018

  1. Revert "Drop hard-coded $PATH, $GIT_SSL_CAINFO, $NIX_SSL_CERT_FILE, a…

    …nd $NIX_PATH values from ENV."
    
    This reverts commit e166d64. I assumed
    incorrectly that these settings are unnecessary, but in fact they are required
    so that users can execute nix commands *directly*, without going through a
    shell:
    
        $ docker run -it --rm nixos/nix nix-channel --list
        Error response from daemon:
        OCI runtime create failed:
        starting container process caused "exec: \"nix-channel\":
        executable file not found in $PATH": unknown.
    
    Fixes #1. I am sorry about the
    regression.
    peti committed Jun 22, 2018
    Copy the full SHA
    6a645be View commit details
    Browse the repository at this point in the history