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: f68bed7f67d9
Choose a base ref
...
head repository: NixOS/nix
compare: 26f895a26d37
Choose a head ref
  • 1 commit
  • 7 files changed
  • 1 contributor

Commits on Jan 29, 2020

  1. Clean up the lock file handling flags

    Added a flag --no-update-lock-file to barf if the lock file needs any
    changes. This is useful for CI systems if you're building a
    checkout. Fixes #2947.
    
    Renamed --no-save-lock-file to --no-write-lock-file. It is now a fatal
    error if the lock file needs changes but --no-write-lock-file is not
    given.
    edolstra committed Jan 29, 2020
    Copy the full SHA
    26f895a View commit details
    Browse the repository at this point in the history