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: 298ff6af8f38
Choose a base ref
...
head repository: NixOS/nix
compare: 2d6d53bc87ef
Choose a head ref
  • 5 commits
  • 13 files changed
  • 1 contributor

Commits on Jul 15, 2020

  1. Make InstallableStorePath behave consistently with InstallableValue

    That is, the commands 'nix path-info nixpkgs#hello' and 'nix path-info
    /nix/store/00ls0qi49qkqpqblmvz5s1ajl3gc63lr-hello-2.10.drv' now do the
    same thing (i.e. build the derivation and operate on the output store
    path, rather than the .drv path).
    edolstra committed Jul 15, 2020
    Copy the full SHA
    e3c2b00 View commit details
    Browse the repository at this point in the history
  2. Clean up RealiseMode

    edolstra committed Jul 15, 2020
    Copy the full SHA
    94eb5fa View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    dfe8f3e View commit details
    Browse the repository at this point in the history
  4. nix: Add --derivation flag to operate on .drv paths

    For instance, 'nix why-depends --use-derivation nixpkgs#hello
    nixpkgs#glibc' shows why hello's .drv depends on glibc's .drv.
    edolstra committed Jul 15, 2020
    Copy the full SHA
    3624c04 View commit details
    Browse the repository at this point in the history
  5. nix: Fix examples

    edolstra committed Jul 15, 2020
    Copy the full SHA
    2d6d53b View commit details
    Browse the repository at this point in the history