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: 7d554f295ca0
Choose a base ref
...
head repository: NixOS/nix
compare: 6ff9aa8df7ce
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Jul 1, 2020

  1. Add --inputs-from to use flake inputs as registry entries

    This allows you to refer to an input from another flake. For example,
    
      $ nix run --inputs-from /path/to/hydra nixpkgs#hello
    
    runs 'hello' from the 'nixpkgs' inputs of the 'hydra' flake.
    
    Fixes #3769.
    edolstra committed Jul 1, 2020
    Copy the full SHA
    d746503 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6ff9aa8 View commit details
    Browse the repository at this point in the history