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

Commits on May 29, 2019

  1. 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
  2. Copy the full SHA
    ae7b56c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2898 from NixOS/last-modified

    Expose lastModified attribute
    edolstra committed May 29, 2019
    Copy the full SHA
    315f198 View commit details
    Browse the repository at this point in the history