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

Commits on Mar 27, 2019

  1. brig: Fix callPackage

    srhb committed Mar 27, 2019
    Copy the full SHA
    1b59764 View commit details
  2. brig: Remove unused fetchgx arg

    srhb committed Mar 27, 2019
    Copy the full SHA
    d57fbbe View commit details
  3. Merge pull request #58454 from srhb/brig-fix-metrics

    brig: Fix build of metrics jobs, cleanup
    srhb authored Mar 27, 2019
    Copy the full SHA
    431d8e3 View commit details
Showing with 2 additions and 2 deletions.
  1. +1 −1 pkgs/applications/networking/brig/default.nix
  2. +1 −1 pkgs/top-level/all-packages.nix
2 changes: 1 addition & 1 deletion pkgs/applications/networking/brig/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, buildGoPackage, fetchFromGitHub, fetchgx }:
{ stdenv, buildGoPackage, fetchFromGitHub }:

buildGoPackage rec {
name = "brig-${version}";
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
@@ -16489,7 +16489,7 @@ in

notmuch-bower = callPackage ../applications/networking/mailreaders/notmuch-bower { };

brig = callPackages ../applications/networking/brig { };
brig = callPackage ../applications/networking/brig { };

bristol = callPackage ../applications/audio/bristol { };