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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dbefe9e6b8e4
Choose a base ref
...
head repository: NixOS/nix
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 54037f4e2d00
Choose a head ref
  • 3 commits
  • 14 files changed
  • 1 contributor

Commits on Jan 31, 2020

  1. Copy the full SHA
    8414685 View commit details
  2. Cleanup

    edolstra committed Jan 31, 2020
    Copy the full SHA
    185c3c8 View commit details
  3. Allow flake input specification via attributes rather than a URL

    E.g.
    
      inputs.dwarffs = {
        type = "github";
        owner = "edolstra";
        repo = "dwarffs";
      };
    
    rather than
    
      inputs.dwarffs.url = github:edolstra/dwarffs;
    edolstra committed Jan 31, 2020
    Copy the full SHA
    54037f4 View commit details
Loading