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: 41ecda45fe90
Choose a base ref
...
head repository: NixOS/nix
compare: a0de58f471c9
Choose a head ref
  • 14 commits
  • 39 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
  4. nix app: Search for installable in the 'apps' output

    I.e. you can write
    
      $ nix app blender-bin:blender_2_80
    
    which is equivalent to
    
      $ nix app blender-bin:apps.blender_2_80
    edolstra committed Jun 17, 2019
    Copy the full SHA
    2467c98 View commit details
    Browse the repository at this point in the history
  5. nix app: Accept arguments

    Example:
    
      $ nix app blender-bin -- --version
      Blender 2.80 (sub 74)
    edolstra committed Jun 17, 2019
    Copy the full SHA
    0d69f7f View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    3b2ebd0 View commit details
    Browse the repository at this point in the history
  7. nix flake check: Check apps

    edolstra committed Jun 17, 2019
    Copy the full SHA
    9d1207c View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    f2fcc16 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2019

  1. Copy the full SHA
    556f334 View commit details
    Browse the repository at this point in the history
  2. Updated documentation

    edolstra authored and PACTUser committed Jun 18, 2019
    Copy the full SHA
    8a6704d View commit details
    Browse the repository at this point in the history
  3. 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
  4. Merge pull request #2917 from CSVdB/docs

    Updated flake documentation
    edolstra committed Jun 18, 2019
    Copy the full SHA
    d4a48b1 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2951 from NixOS/app-improvements

    App / check improvements
    edolstra committed Jun 18, 2019
    Copy the full SHA
    eb18aed View commit details
    Browse the repository at this point in the history
  6. 2
    Copy the full SHA
    a0de58f View commit details
    Browse the repository at this point in the history