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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: abb2f6038ce8
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 96795314de2c
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Jun 4, 2020

  1. Bump minver.nix to 2.2

    Note: NixOS 19.03 had Nix 2.2 and 19.09 had 2.3.
    edolstra committed Jun 4, 2020
    Copy the full SHA
    8f9e4be View commit details

Commits on Jun 5, 2020

  1. Merge pull request #89476 from edolstra/bump-minver

    Bump minver.nix to 2.2
    edolstra authored Jun 5, 2020
    Copy the full SHA
    9679531 View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 lib/minver.nix
2 changes: 1 addition & 1 deletion lib/minver.nix
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Expose the minimum required version for evaluating Nixpkgs
"2.0"
"2.2"