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: 05ee54782ea7
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 9d6a55aefd77
Choose a head ref
  • 3 commits
  • 12 files changed
  • 1 contributor

Commits on Feb 1, 2017

  1. Only read overlays ending in .nix

    For example, this prevents Nix from barfing on editor backup files in
    ~/.nixpkgs/overlays.
    edolstra committed Feb 1, 2017
    7 Configuration menu
    Copy the full SHA
    86fe7a4 View commit details
    Browse the repository at this point in the history
  2. $NIXPKGS_OVERLAYS -> <nixpkgs-overlays>

    The Nix search path is the established mechanism for specifying the
    location of Nix expressions, so let's use it instead of adding another
    environment variable.
    edolstra committed Feb 1, 2017
    Configuration menu
    Copy the full SHA
    7dacca3 View commit details
    Browse the repository at this point in the history
  3. ~/.nixpkgs -> ~/.config/nixpkgs

    The former is still respected as a fallback for config.nix for
    backwards compatibility (but not for overlays because they're a new
    feature).
    edolstra committed Feb 1, 2017
    3 Configuration menu
    Copy the full SHA
    9d6a55a View commit details
    Browse the repository at this point in the history