Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e4af77905631
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d222dc257502
Choose a head ref
  • 15 commits
  • 8 files changed
  • 9 contributors

Commits on Feb 17, 2020

  1. Copy the full SHA
    a539bbf View commit details

Commits on Feb 20, 2020

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    3e9d2f8 View commit details

Commits on Feb 21, 2020

  1. Copy the full SHA
    c4865b8 View commit details
  2. Copy the full SHA
    50fb52d View commit details

Commits on Feb 22, 2020

  1. ibus: 1.5.21 -> 1.5.22

    r-ryantm committed Feb 22, 2020
    Copy the full SHA
    8f5956e View commit details
  2. Copy the full SHA
    05a564d View commit details
  3. uftrace: 0.9.3 -> 0.9.4

    r-ryantm authored and FRidh committed Feb 22, 2020
    Copy the full SHA
    3d95727 View commit details
  4. Copy the full SHA
    e01412b View commit details
  5. Merge pull request #80718 from rnhmjoj/timeout

    pythonPackages.pytest-timeout: disable flaky test
    rnhmjoj authored Feb 22, 2020
    Copy the full SHA
    57bcca3 View commit details
  6. Merge pull request #80761 from r-ryantm/auto-update/ibus

    ibus: 1.5.21 -> 1.5.22
    lukateras authored Feb 22, 2020
    Copy the full SHA
    4c1c294 View commit details
  7. Merge pull request #80758 from ikervagyok/wg

    nixos/wireguard: fix wireguard service as well after it got upstreamed
    rnhmjoj authored Feb 22, 2020
    Copy the full SHA
    02bbaad View commit details
  8. release-combined: readd firefox-esr test

    It was added in PR #79786 (7a625e7) and then removed in commit 2de3caf
    (apparently unintentionally as a rebase conflict).
    
    _I think the ordering used by Eelco would sort the line this way._
    vcunat committed Feb 22, 2020
    Copy the full SHA
    de4f68d View commit details
  9. release-combined.tested: readd boot.biosUsb test

    It has been commented-out for some time and now removed
    in commit 2de3caf, but it seems reliable in past months:
    https://hydra.nixos.org/job/nixos/trunk-combined/nixos.tests.boot.biosUsb.x86_64-linux/all
    so I can't see why not re-add it.  Close #15690.
    vcunat committed Feb 22, 2020
    Copy the full SHA
    ea79a83 View commit details
  10. Merge pull request #80615 from primeos/chromium

    chromium: 80.0.3987.106 -> 80.0.3987.116
    primeos authored Feb 22, 2020
    Copy the full SHA
    aeac26a View commit details
  11. Merge pull request #80771 from cdepillabout/add-nix-query-tree-viewer

    nix-query-tree-viewer: init at 0.2.0
    cdepillabout authored Feb 22, 2020
    Copy the full SHA
    d222dc2 View commit details
2 changes: 1 addition & 1 deletion nixos/modules/services/networking/wireguard.nix
Original file line number Diff line number Diff line change
@@ -435,7 +435,7 @@ in
message = "networking.wireguard.interfaces.${interfaceName} peer «${peer.publicKey}» has both presharedKey and presharedKeyFile set, but only one can be used.";
}) all_peers;

boot.extraModulePackages = [ kernel.wireguard ];
boot.extraModulePackages = optional (versionOlder kernel.kernel.version "5.6") kernel.wireguard;
environment.systemPackages = [ pkgs.wireguard-tools ];

systemd.services =
8 changes: 8 additions & 0 deletions nixos/release-combined.nix
Original file line number Diff line number Diff line change
@@ -55,6 +55,7 @@ in rec {
"nixos.ova.x86_64-linux"
"nixos.sd_image.aarch64-linux"
"nixos.tests.boot.biosCdrom.x86_64-linux"
"nixos.tests.boot.biosUsb.x86_64-linux"
"nixos.tests.boot-stage1.x86_64-linux"
"nixos.tests.boot.uefiCdrom.x86_64-linux"
"nixos.tests.boot.uefiUsb.x86_64-linux"
@@ -64,6 +65,7 @@ in rec {
"nixos.tests.docker.x86_64-linux"
"nixos.tests.ecryptfs.x86_64-linux"
"nixos.tests.env.x86_64-linux"
"nixos.tests.firefox-esr.x86_64-linux"
"nixos.tests.firefox.x86_64-linux"
"nixos.tests.firewall.x86_64-linux"
"nixos.tests.fontconfig-default-fonts.x86_64-linux"
@@ -84,6 +86,12 @@ in rec {
"nixos.tests.installer.simple.x86_64-linux"
"nixos.tests.installer.swraid.x86_64-linux"
"nixos.tests.ipv6.x86_64-linux"
"nixos.tests.keymap.azerty.x86_64-linux"
"nixos.tests.keymap.colemak.x86_64-linux"
"nixos.tests.keymap.dvorak.x86_64-linux"
"nixos.tests.keymap.dvp.x86_64-linux"
"nixos.tests.keymap.neo.x86_64-linux"
"nixos.tests.keymap.qwertz.x86_64-linux"
"nixos.tests.lightdm.x86_64-linux"
"nixos.tests.login.x86_64-linux"
"nixos.tests.misc.x86_64-linux"
Original file line number Diff line number Diff line change
@@ -11,8 +11,8 @@
version = "81.0.4044.17";
};
stable = {
sha256 = "10myihiyrgnm0ly41k4h8ayl3vv3cpshs3pshpqaba0l8i5r5b9f";
sha256bin64 = "0pd4ygmyinaq22lmaqjqi1gs3svnb863mkhcf85dzm1354iz1g9k";
version = "80.0.3987.106";
sha256 = "00c9czjyk1h3i40lvmh2rshp1mq7pcxwsfh1qrq22w8ba6ydkib5";
sha256bin64 = "0sydv69hnssbvkrl1zc3qpb1czmfxv9kq6qs9gdiy2i3zskfvhkx";
version = "80.0.3987.116";
};
}
5 changes: 4 additions & 1 deletion pkgs/development/python-modules/pytest-timeout/default.nix
Original file line number Diff line number Diff line change
@@ -21,7 +21,10 @@ buildPythonPackage rec {
};

checkInputs = [ pytest pexpect ];
checkPhase = ''pytest -ra'';
checkPhase = ''
# test_suppresses_timeout_when_pdb_is_entered fails under heavy load
pytest -ra -k 'not test_suppresses_timeout_when_pdb_is_entered'
'';

meta = with lib;{
description = "py.test plugin to abort hanging tests";
4 changes: 2 additions & 2 deletions pkgs/development/tools/uftrace/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "uftrace";
version = "0.9.3";
version = "0.9.4";

src = fetchFromGitHub {
owner = "namhyung";
repo = "uftrace";
rev = "v${version}";
sha256 = "0m5f4azm2gdl0li7dfq00ys07j8r2lfjkbb4rx5l7q0kj67ldr7s";
sha256 = "09zj4lgsbx0yp4i8ij9nh7wzylfcj421jzf1kkc2zpnn5hgynsb5";
};

postUnpack = ''
4 changes: 2 additions & 2 deletions pkgs/tools/inputmethods/ibus/default.nix
Original file line number Diff line number Diff line change
@@ -51,13 +51,13 @@ in

stdenv.mkDerivation rec {
pname = "ibus";
version = "1.5.21";
version = "1.5.22";

src = fetchFromGitHub {
owner = "ibus";
repo = "ibus";
rev = version;
sha256 = "0fjbqj7d2g5c8i1wdggzhz269xisxv4xb1pa9swalm5p2b2vrjlx";
sha256 = "09ynn7gq84q18hhbg6wq2yrliwil42qbzxbwbpggry1s955jg5xb";
};

patches = [
32 changes: 32 additions & 0 deletions pkgs/tools/nix/nix-query-tree-viewer/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{ stdenv, fetchFromGitHub, rustPlatform, glib, gtk3, wrapGAppsHook }:

rustPlatform.buildRustPackage rec {
pname = "nix-query-tree-viewer";
version = "0.2.0";

src = fetchFromGitHub {
owner = "cdepillabout";
repo = "nix-query-tree-viewer";
rev = "v${version}";
sha256 = "0vjcllhgq64n7mwxvyhmbqd6fpa9lwrpsnggc1kdlgd14ggq6jj6";
};

nativeBuildInputs = [
wrapGAppsHook
];

buildInputs = [
glib
gtk3
];

cargoSha256 = "1pbyi7knqmqxbpi3jhl492is9zkaxdpdnmbm11nqwc1nvvbjblzc";

meta = with stdenv.lib; {
description = "GTK viewer for the output of `nix store --query --tree`";
homepage = "https://github.com/cdepillabout/nix-query-tree-viewer";
license = with licenses; [ mit ];
maintainers = with maintainers; [ cdepillabout ];
platforms = platforms.unix;
};
}
2 changes: 2 additions & 0 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
@@ -25217,6 +25217,8 @@ in
nix-prefetch-svn
nix-prefetch-scripts;

nix-query-tree-viewer = callPackage ../tools/nix/nix-query-tree-viewer { };

nix-update-source = callPackage ../tools/package-management/nix-update-source {};

nix-script = callPackage ../tools/nix/nix-script {};