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: cf5a5b82d4e4
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: e754f60fd9dc
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 17, 2018

  1. nixpkgs module: Fix defaulting of localSystem and system

    My c6f7d43 made the mistake of not
    having enough defaults. Now both variables are default as the *explicit*
    value of the other, or a fallback. The fallback of `system` is the
    default of `localSystem.system`. The fallback of `localSystem` is not
    the other default (projected), as that would cause a cycle, but `{
    system = builtins.currentTime; }` just as nixpkgs itself does it.
    Ericson2314 committed May 17, 2018
    Configuration menu
    Copy the full SHA
    4fe2898 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2018

  1. Merge pull request #40708 from obsidiansystems/nixos-nixpkgs-defaults

    nixpkgs module: Fix defaulting of `localSystem` and `system`
    matthewbauer committed May 31, 2018
    Configuration menu
    Copy the full SHA
    e754f60 View commit details
    Browse the repository at this point in the history