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: 9e9cf6a75c55
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 7eb332af5d6e
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jun 19, 2019

  1. Copy the full SHA
    da5fc5c View commit details
    Browse the repository at this point in the history
  2. Remove default value for nixpkgs.system

    Using "builtins.currentSystem" doesn't work in pure evaluation mode,
    and even when it's explicitly set (which it always is, in
    nixos/lib/eval-config.nix), it breaks manual generation because the
    manual tries to render the default value.
    edolstra committed Jun 19, 2019
    Copy the full SHA
    7eb332a View commit details
    Browse the repository at this point in the history