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: 2325b5fed2e4
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 64bc63d86821
Choose a head ref
Loading
Showing with 551 additions and 487 deletions.
  1. +1 −0 nixos/modules/module-list.nix
  2. +33 −0 nixos/modules/programs/autojump.nix
  3. +1 −1 nixos/modules/services/misc/home-assistant.nix
  4. +3 −0 pkgs/applications/graphics/openscad/default.nix
  5. +2 −2 pkgs/applications/networking/browsers/chromium/plugins.nix
  6. +9 −9 pkgs/applications/networking/browsers/chromium/upstream-info.nix
  7. +397 −397 pkgs/applications/networking/browsers/firefox-bin/release_sources.nix
  8. +5 −4 pkgs/applications/networking/browsers/firefox/packages.nix
  9. +3 −2 pkgs/applications/networking/browsers/luakit/default.nix
  10. +3 −3 pkgs/applications/networking/browsers/mozilla-plugins/flashplayer/standalone.nix
  11. +35 −28 pkgs/applications/networking/instant-messengers/wire-desktop/default.nix
  12. +12 −12 pkgs/applications/version-management/gitlab/data.json
  13. +2 −2 pkgs/applications/version-management/gitlab/gitlab-workhorse/default.nix
  14. +2 −2 pkgs/development/compilers/gcc/8/default.nix
  15. +2 −2 pkgs/development/libraries/openssl/default.nix
  16. +2 −1 pkgs/development/libraries/zeroc-ice/default.nix
  17. +6 −1 pkgs/os-specific/linux/busybox/default.nix
  18. +2 −2 pkgs/os-specific/linux/kernel/linux-4.14.nix
  19. +2 −2 pkgs/os-specific/linux/kernel/linux-4.19.nix
  20. +2 −2 pkgs/os-specific/linux/kernel/linux-4.4.nix
  21. +2 −2 pkgs/os-specific/linux/kernel/linux-4.9.nix
  22. +2 −2 pkgs/servers/mail/postfix/default.nix
  23. +2 −2 pkgs/servers/nextcloud/default.nix
  24. +5 −3 pkgs/servers/samba/4.x.nix
  25. +2 −1 pkgs/servers/search/elasticsearch/default.nix
  26. +2 −2 pkgs/tools/filesystems/netatalk/default.nix
  27. +9 −1 pkgs/tools/networking/tinc/pre.nix
  28. +3 −2 pkgs/tools/networking/wget/default.nix
1 change: 1 addition & 0 deletions nixos/modules/module-list.nix
Original file line number Diff line number Diff line change
@@ -78,6 +78,7 @@
./misc/version.nix
./programs/adb.nix
./programs/atop.nix
./programs/autojump.nix
./programs/bash/bash.nix
./programs/bcc.nix
./programs/blcr.nix
33 changes: 33 additions & 0 deletions nixos/modules/programs/autojump.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{ config, lib, pkgs, ... }:

with lib;

let
cfg = config.programs.autojump;
prg = config.programs;
in
{
options = {
programs.autojump = {

enable = mkOption {
type = types.bool;
default = false;
description = ''
Whether to enable autojump.
'';
};
};
};

###### implementation

config = mkIf cfg.enable {
environment.pathsToLink = [ "/share/autojump" ];
environment.systemPackages = [ pkgs.autojump ];

programs.bash.interactiveShellInit = "source ${pkgs.autojump}/share/autojump/autojump.bash";
programs.zsh.interactiveShellInit = mkIf prg.zsh.enable "source ${pkgs.autojump}/share/autojump/autojump.zsh";
programs.fish.interactiveShellInit = mkIf prg.fish.enable "source ${pkgs.autojump}/share/autojump/autojump.fish";
};
}
2 changes: 1 addition & 1 deletion nixos/modules/services/misc/home-assistant.nix
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ let
(builtins.toJSON (if cfg.applyDefaultConfig then
(lib.recursiveUpdate defaultConfig cfg.config) else cfg.config));

availableComponents = pkgs.home-assistant.availableComponents;
availableComponents = cfg.package.availableComponents;

# Given component "parentConfig.platform", returns whether config.parentConfig
# is a list containing a set with set.platform == "platform".
3 changes: 3 additions & 0 deletions pkgs/applications/graphics/openscad/default.nix
Original file line number Diff line number Diff line change
@@ -28,6 +28,9 @@ stdenv.mkDerivation rec {

qmakeFlags = [ "VERSION=${version}" ];

# src/lexer.l:36:10: fatal error: parser.hxx: No such file or directory
enableParallelBuilding = false; # true by default due to qmake

doCheck = false;

meta = {
4 changes: 2 additions & 2 deletions pkgs/applications/networking/browsers/chromium/plugins.nix
Original file line number Diff line number Diff line change
@@ -100,11 +100,11 @@ let

flash = stdenv.mkDerivation rec {
name = "flashplayer-ppapi-${version}";
version = "32.0.0.114";
version = "32.0.0.142";

src = fetchzip {
url = "https://fpdownload.adobe.com/pub/flashplayer/pdc/${version}/flash_player_ppapi_linux.x86_64.tar.gz";
sha256 = "11b47w14hgvp7lpis39a9vkncla7lvqrgc717v4mwj6p741z7v78";
sha256 = "1mifgrfcvz1mc5w9s0df498z2dma50yq3vqw3pz82wxynmk28gq9";
stripRoot = false;
};

18 changes: 9 additions & 9 deletions pkgs/applications/networking/browsers/chromium/upstream-info.nix
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# This file is autogenerated from update.sh in the same directory.
{
beta = {
sha256 = "0gd426a9xcgs8a9286gavziysq6fw1ilaifsna396dbdm8b571wi";
sha256bin64 = "05p20l0969rppbyn7965k78ccynng47rg7d7h7piqiwnm6ffg9yx";
version = "73.0.3683.39";
sha256 = "00vh4vgkg4dc9vw6slgb086420l2sc6sykr15zw29jhnxaa7b1ij";
sha256bin64 = "0vpwsgz71ykaid240241f7jzsm4d46wad00vvrd4fh9224q4h6ww";
version = "73.0.3683.56";
};
dev = {
sha256 = "1yyzhw5zv803ysdj7zf0imdw9cf0mdlw30vphcb59a93nnvhkbb7";
sha256bin64 = "1a1dswkfc4x2rslkb899fgywv5mfrmcp1d8wxy7h034504r8gy87";
version = "74.0.3702.0";
sha256 = "1cfy6m1ijqh7b8rlrjym8igpm5i549kz1h3jwbpxn52zy3mlk7jr";
sha256bin64 = "02bgg20rh50lsz2ay4p7bkjfb18ay01hj0bcbd3g29valddr35p8";
version = "74.0.3717.0";
};
stable = {
sha256 = "0bcc0iksk2v30drwd5zbw7v6sfbw16jqllc12ks2nifrvh058jjp";
sha256bin64 = "0azyhnmdg3grladpkpsv67zxqiqf5a3x9qjfj8h831kh7i7m3gy8";
version = "72.0.3626.109";
sha256 = "0ylig933xzn6c0018nxq95xhl0wkxcm95fdiy2c7s4a4h3hkr5dk";
sha256bin64 = "1jdj2jp4jvzi5a24dm56ls5kx6xpiiv98yx4si9z19lm5srrji8j";
version = "72.0.3626.121";
};
}
Loading