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
base: dcd3a105a095
Choose a base ref
...
head repository: NixOS/nixpkgs
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
    Copy the full SHA
    135f263 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2019

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

    pkgs/top-level: expose current overlays in pkgs
    danbst committed Mar 5, 2019
    Copy the full SHA
    b421183 View commit details
    Browse the repository at this point in the history