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/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dcd3a105a095
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b421183b3479
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Feb 23, 2019

  1. pkgs/top-level: expose current overlays in pkgs

    This enables inspection of the currently used overlays. Useful for
    usecases where nixpkgs is imported multiple times.
    eg. different channels
    
    	self: super:
    	let
    	  latest = import <nixpkgs-trunk> {
    	    inherit (super) config overlays;
    	  };
    	in
    	{
    	  hello-custom-latest = latest.hello-custom;
    	}
    LnL7 committed Feb 23, 2019
    3

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    LnL7 Daiderd Jordan
    Copy the full SHA
    135f263 View commit details

Commits on Mar 5, 2019

  1. Merge pull request #56237 from LnL7/expose-overlays

    pkgs/top-level: expose current overlays in pkgs
    danbst authored Mar 5, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    b421183 View commit details
Loading