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: b37f5ae31dc0
Choose a base ref
...
head repository: NixOS/nix
compare: 6f907b7571c7
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Apr 18, 2018

  1. Allow multiple search experssions in nix search

    The common use case is to search for packages containing multiple words
    like a "git" "frontend". Having only one expressions makes this simple regular
    use case very complicated. Instead, search accepts multiple regular epressions
    which all need to match.
    
    nix search git 'gui|frontend'
    
    returns a list of all git uis for example
    poelzi committed Apr 18, 2018
    Copy the full SHA
    b712d46 View commit details
    Browse the repository at this point in the history
  2. add tests for multi search

    poelzi committed Apr 18, 2018
    Copy the full SHA
    f6e8cea View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2018

  1. Merge pull request #2090 from poelzi/multi_search

    Allow multiple search experssions in nix search
    edolstra committed Apr 19, 2018
    Copy the full SHA
    6f907b7 View commit details
    Browse the repository at this point in the history