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: 47f648c38ac9
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: f8096b25f807
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Aug 7, 2019

  1. 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.
    
    (cherry picked from commit 7eb332a)
    edolstra authored and basvandijk committed Aug 7, 2019
    Copy the full SHA
    7c37596 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #66273 from basvandijk/rm-def-for-nixpkgs.system-r…

    …elease-19.03
    
    Backport "Remove default value for nixpkgs.system" to release-19.03
    edolstra committed Aug 7, 2019
    Copy the full SHA
    f8096b2 View commit details
    Browse the repository at this point in the history