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: d6c4fe55db57
Choose a base ref
...
head repository: NixOS/nix
compare: 387113130846
Choose a head ref
  • 4 commits
  • 7 files changed
  • 1 contributor

Commits on Jun 17, 2019

  1. Add '--no-net' convenience flag

    This flag
    
    * Disables substituters.
    
    * Sets the tarball-ttl to infinity (ensuring e.g. that the flake
      registry and any downloaded flakes are considered current).
    
    * Disables retrying downloads and sets the connection timeout to the
      minimum. (So it doesn't completely disable downloads at the moment.)
    edolstra committed Jun 17, 2019
    Copy the full SHA
    8ea8422 View commit details
    Browse the repository at this point in the history
  2. Add "warning" verbosity level

    This ensures that "nix" shows warnings. Previously these were hidden
    because they were at "info" level.
    edolstra committed Jun 17, 2019
    Copy the full SHA
    615a9d0 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    04a5976 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2019

  1. Merge pull request #2949 from NixOS/no-net

    Add --no-net flag
    edolstra committed Jun 18, 2019
    Copy the full SHA
    3871131 View commit details
    Browse the repository at this point in the history