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

Commits on Jan 8, 2020

  1. release: drop nox for nixpkgs-review

    The comment in this file about why nox is here
    was "Needed by travis-ci to test PRs", and we
    for sure don't use travis-ci anymore.
    Instead we're making nixpkgs-review a deliverable
    because it's included in the PR template as a tool
    to use. We also swapped out nox for nixpkgs-review
    in the PR template, so I believe this makes sense
    here because it was changed.
    worldofpeace committed Jan 8, 2020
    Copy the full SHA
    9404009 View commit details
  2. Merge pull request #77323 from worldofpeace/nox-not-in-release

    release: drop nox for nixpkgs-review
    Mic92 authored Jan 8, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    a3c8a81 View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 pkgs/top-level/release.nix
8 changes: 4 additions & 4 deletions pkgs/top-level/release.nix
Original file line number Diff line number Diff line change
@@ -46,7 +46,7 @@ let
jobs.go.x86_64-darwin
jobs.mariadb.x86_64-darwin
jobs.nix.x86_64-darwin
jobs.nox.x86_64-darwin
jobs.nixpkgs-review.x86_64-darwin
jobs.nix-info.x86_64-darwin
jobs.nix-info-tested.x86_64-darwin
jobs.openssh.x86_64-darwin
@@ -98,8 +98,8 @@ let
jobs.pandoc.x86_64-linux
jobs.python.x86_64-linux
jobs.python3.x86_64-linux
# Needed by travis-ci to test PRs
jobs.nox.x86_64-linux
# Needed by contributors to test PRs (by inclusion of the PR template)
jobs.nixpkgs-review.x86_64-linux
# Needed for support
jobs.nix-info.x86_64-linux
jobs.nix-info-tested.x86_64-linux
@@ -136,7 +136,7 @@ let
jobs.stdenv.x86_64-darwin
jobs.python.x86_64-darwin
jobs.python3.x86_64-darwin
jobs.nox.x86_64-darwin
jobs.nixpkgs-review.x86_64-darwin
jobs.nix-info.x86_64-darwin
jobs.nix-info-tested.x86_64-darwin
jobs.git.x86_64-darwin