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: 9a0abe16b106^
Choose a base ref
...
head repository: NixOS/nix
compare: 5add38051f59
Choose a head ref
  • 3 commits
  • 6 files changed
  • 1 contributor

Commits on May 16, 2019

  1. Improve FlakeCommand

    It now handles commonality like calling getFlake() and resolving
    relative local flake refs.
    
    Fixes #2822.
    edolstra committed May 16, 2019
    Copy the full SHA
    9a0abe1 View commit details
    Browse the repository at this point in the history
  2. Create/update lockfile from FlakeCommand

    This ensures that all 'nix flake' commands that operate on local flake
    will create/update the lockfile. (Probably we should merge this with
    the update handling in InstallableFlake.)
    edolstra committed May 16, 2019
    Copy the full SHA
    823a4de View commit details
    Browse the repository at this point in the history
  3. Add some tests

    edolstra committed May 16, 2019
    Copy the full SHA
    5add380 View commit details
    Browse the repository at this point in the history