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

Commits on Sep 7, 2017

  1. nix run: Add some examples

    edolstra committed Sep 7, 2017
    Configuration menu
    Copy the full SHA
    2e9b7c4 View commit details
    Browse the repository at this point in the history
  2. nix build: Add examples

    edolstra committed Sep 7, 2017
    Configuration menu
    Copy the full SHA
    17afc42 View commit details
    Browse the repository at this point in the history
  3. nix log: Add examples

    edolstra committed Sep 7, 2017
    Configuration menu
    Copy the full SHA
    2ebeffc View commit details
    Browse the repository at this point in the history
  4. nix eval: Add examples

    edolstra committed Sep 7, 2017
    Configuration menu
    Copy the full SHA
    4967f05 View commit details
    Browse the repository at this point in the history
  5. nix search: Add examples

    edolstra committed Sep 7, 2017
    Configuration menu
    Copy the full SHA
    24e23a1 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2017

  1. Communicate the structured log FD to builders

    Since we may use a dedicated file descriptor in the future, this
    allows us to change it. So builders can do
    
      if [[ -n $NIX_LOG_FD ]]; then
        echo "@nix { message... }" >&$NIX_LOG_FD
      fi
    edolstra committed Sep 8, 2017
    1 Configuration menu
    Copy the full SHA
    88e6bb7 View commit details
    Browse the repository at this point in the history
  2. nix copy: Add examples

    edolstra committed Sep 8, 2017
    Configuration menu
    Copy the full SHA
    a2740c9 View commit details
    Browse the repository at this point in the history