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

Commits on Feb 11, 2020

  1. Copy the full SHA
    442e665 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d4df99a View commit details
    Browse the repository at this point in the history
  3. Add fetchTree builtin function

    This allows all supported fetchers to be used, e.g.
    
      builtins.fetchTree {
        type = "github";
        owner = "NixOS";
        repo = "nix";
        rev = "d4df99a3349cf2228a8ee78dea320afef86eb3ba";
      }
    edolstra committed Feb 11, 2020
    Copy the full SHA
    26dacc0 View commit details
    Browse the repository at this point in the history