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: 415fc233e3f0^
Choose a base ref
...
head repository: NixOS/nix
compare: 04a59769963f
Choose a head ref
  • 4 commits
  • 8 files changed
  • 1 contributor

Commits on Jun 13, 2019

  1. For nixpkgs.<attr>, use legacyPackages

    This makes commands like 'nix run nixpkgs.chromium' work again.
    edolstra committed Jun 13, 2019
    Copy the full SHA
    415fc23 View commit details
    Browse the repository at this point in the history

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