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: dbefe9e6b8e4
Choose a base ref
...
head repository: NixOS/nix
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
    Browse the repository at this point in the history
  2. Cleanup

    edolstra committed Jan 31, 2020
    Copy the full SHA
    185c3c8 View commit details
    Browse the repository at this point in the history
  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
    Browse the repository at this point in the history