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

Commits on May 29, 2019

  1. Merge pull request #2897 from NixOS/source-info

    Store SourceInfo in Flake/NonFlake
    edolstra committed May 29, 2019
    Copy the full SHA
    479757d View commit details
    Browse the repository at this point in the history
  2. Add date of last commit to SourceInfo

    This is primarily useful for version string generation, where we need
    a monotonically increasing number. The revcount is the preferred thing
    to use, but isn't available for GitHub flakes (since it requires
    fetching the entire history). The last commit timestamp OTOH can be
    extracted from GitHub tarballs.
    edolstra committed May 29, 2019
    Copy the full SHA
    0f84048 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ae7b56c View commit details
    Browse the repository at this point in the history