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: 6fadb3fc03a1
Choose a base ref
...
head repository: NixOS/nix
compare: b33b94748cc8
Choose a head ref
  • 3 commits
  • 36 files changed
  • 1 contributor

Commits on Jan 21, 2020

  1. absPath(): Use std::optional

    edolstra committed Jan 21, 2020
    Copy the full SHA
    1bf9eb2 View commit details
    Browse the repository at this point in the history
  2. Pluggable fetchers

    Flakes are now fetched using an extensible mechanism. Also lots of
    other flake cleanups.
    edolstra committed Jan 21, 2020
    Copy the full SHA
    9f4d8c6 View commit details
    Browse the repository at this point in the history
  3. Convert fetchMercurial to a input type

    This enables Mercurial flakes. It also fixes a bug in pure mode where
    you could use a branch/tag name rather than a revision.
    edolstra committed Jan 21, 2020
    Copy the full SHA
    b33b947 View commit details
    Browse the repository at this point in the history