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: 3473b1950a90
Choose a base ref
...
head repository: NixOS/nix
compare: 68b43e01ddf9
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Apr 6, 2020

  1. Add FIXME

    edolstra committed Apr 6, 2020
    Copy the full SHA
    2f49453 View commit details
    Browse the repository at this point in the history
  2. nix flake info --json: Don't evaluate

    This makes its behaviour consistent with the non-json
    variant. Querying the outputs should be done by another command
    (e.g. 'nix search')
    edolstra committed Apr 6, 2020
    Copy the full SHA
    ce3173e View commit details
    Browse the repository at this point in the history
  3. nix flake info: Show resolved URL

    This is useful for finding out what a registry lookup resolves to, e.g
    
      $ nix flake info patchelf
      Resolved URL:  github:NixOS/patchelf
      Locked URL:    github:NixOS/patchelf/cd7955af31698c571c30b7a0f78e59fd624d0229
    edolstra committed Apr 6, 2020
    Copy the full SHA
    68b43e0 View commit details
    Browse the repository at this point in the history