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: 25955ae7c141
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 6948bfce69d0
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Feb 15, 2020

  1. nixos/modules/installer/cd-dvd/channel.nix: Handle null config.system…

    ….nixos.revision
    
    (cherry picked from commit a5f883e)
    edolstra authored and grahamc committed Feb 15, 2020
    Copy the full SHA
    accf1c7 View commit details
    Browse the repository at this point in the history
  2. nixos/modules/misc/version.nix: Don't parse .git

    This leads to inconsistent results between local builds and
    Hydra. Also Nix is not a general purpose language, we shouldn't be
    parsing .git from inside Nix code.
    
    (cherry picked from commit f0f040c)
    edolstra authored and grahamc committed Feb 15, 2020
    Copy the full SHA
    6948bfc View commit details
    Browse the repository at this point in the history