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

Commits on Jun 17, 2019

  1. 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
  2. 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
  3. Copy the full SHA
    3b2ebd0 View commit details
    Browse the repository at this point in the history
  4. 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
  5. 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. 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