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: 592fb2c5a16d
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: 103e2c4efb1b
Choose a head ref
Loading
Showing with 4,225 additions and 1,642 deletions.
  1. +5 −0 maintainers/maintainer-list.nix
  2. +1 −0 nixos/modules/module-list.nix
  3. +2 −2 nixos/modules/security/sudo.nix
  4. +580 −0 nixos/modules/services/backup/borgbackup.nix
  5. +7 −0 nixos/modules/services/continuous-integration/jenkins/default.nix
  6. +1 −1 nixos/modules/services/logging/graylog.nix
  7. +52 −188 nixos/modules/services/misc/defaultUnicornConfig.rb
  8. +18 −0 nixos/modules/services/misc/gitea.nix
  9. +5 −1 nixos/modules/services/misc/gitlab.nix
  10. +10 −1 nixos/modules/services/misc/home-assistant.nix
  11. +13 −1 nixos/modules/services/monitoring/grafana.nix
  12. +1 −0 nixos/modules/services/x11/window-managers/default.nix
  13. +152 −11 nixos/tests/borgbackup.nix
  14. +2 −0 pkgs/applications/altcoins/default.nix
  15. +27 −0 pkgs/applications/altcoins/masari.nix
  16. +3 −1 pkgs/applications/altcoins/monero/default.nix
  17. +2 −2 pkgs/applications/misc/masterpdfeditor/default.nix
  18. +2 −2 pkgs/applications/misc/spacefm/default.nix
  19. +10 −19 pkgs/applications/misc/workrave/default.nix
  20. +4 −1 pkgs/applications/networking/browsers/chromium/common.nix
  21. +22 −0 pkgs/applications/networking/browsers/chromium/patches/skia_buildfix.patch
  22. +6 −6 pkgs/applications/networking/browsers/chromium/upstream-info.nix
  23. +389 −389 pkgs/applications/networking/browsers/firefox-bin/release_sources.nix
  24. +3 −3 pkgs/applications/networking/browsers/firefox/common.nix
  25. +18 −21 pkgs/applications/networking/browsers/firefox/packages.nix
  26. +27 −8 pkgs/applications/networking/instant-messengers/profanity/default.nix
  27. +11 −0 pkgs/applications/networking/instant-messengers/profanity/patches/packages-osx.patch
  28. +40 −0 pkgs/applications/networking/instant-messengers/profanity/patches/undefined-macros.patch
  29. +1 −1 pkgs/applications/networking/irc/ii/default.nix
  30. +2 −2 pkgs/applications/office/homebank/default.nix
  31. +2 −2 pkgs/applications/office/zim/default.nix
  32. +5 −1 pkgs/applications/version-management/git-and-tools/cgit/default.nix
  33. +9 −2 pkgs/applications/version-management/gitaly/Gemfile
  34. +41 −18 pkgs/applications/version-management/gitaly/Gemfile.lock
  35. +2 −2 pkgs/applications/version-management/gitaly/default.nix
  36. +92 −23 pkgs/applications/version-management/gitaly/gemset.nix
  37. +5 −25 pkgs/applications/version-management/gitlab-shell/default.nix
  38. +3 −4 pkgs/applications/version-management/gitlab-shell/fixes.patch
  39. +15 −28 pkgs/applications/version-management/gitlab-shell/remove-hardcoded-locations.patch
  40. +2 −2 pkgs/applications/version-management/gitlab-workhorse/default.nix
  41. +35 −21 pkgs/applications/version-management/gitlab/Gemfile
  42. +79 −58 pkgs/applications/version-management/gitlab/Gemfile.lock
  43. +5 −4 pkgs/applications/version-management/gitlab/default.nix
  44. +126 −73 pkgs/applications/version-management/gitlab/gemset.nix
  45. +0 −33 pkgs/applications/version-management/gitlab/nulladapter.patch
  46. +29 −33 pkgs/applications/version-management/gitlab/remove-hardcoded-locations.patch
  47. +5 −5 pkgs/build-support/docker/default.nix
  48. +2 −2 pkgs/data/misc/cacert/default.nix
  49. +4 −2 pkgs/desktops/lxde/core/lxtask/default.nix
  50. +1 −1 pkgs/development/compilers/julia/0.5.nix
  51. +1 −1 pkgs/development/compilers/julia/0.6.nix
  52. +1 −1 pkgs/development/compilers/julia/default.nix
  53. +1 −1 pkgs/development/compilers/julia/git.nix
  54. +1 −3 pkgs/development/compilers/llvm/4/llvm.nix
  55. +368 −0 pkgs/development/compilers/llvm/4/sanitizers-nongnu.patch
  56. +1 −3 pkgs/development/compilers/llvm/5/llvm.nix
  57. +370 −0 pkgs/development/compilers/llvm/5/sanitizers-nongnu.patch
  58. +1 −3 pkgs/development/compilers/llvm/6/llvm.nix
  59. +377 −0 pkgs/development/compilers/llvm/6/sanitizers-nongnu.patch
  60. +2 −2 pkgs/development/compilers/scala/default.nix
  61. +6 −5 pkgs/development/compilers/zig/default.nix
  62. +4 −4 pkgs/development/interpreters/gnu-apl/default.nix
  63. +2 −2 pkgs/development/interpreters/octave/default.nix
  64. +4 −1 pkgs/development/interpreters/python/cpython/2.7/default.nix
  65. +48 −0 pkgs/development/interpreters/python/cpython/2.7/use-correct-tcl-tk-on-darwin.patch
  66. +5 −0 pkgs/development/interpreters/python/cpython/3.4/default.nix
  67. +48 −0 pkgs/development/interpreters/python/cpython/3.4/use-correct-tcl-tk-on-darwin.patch
  68. +5 −0 pkgs/development/interpreters/python/cpython/3.5/default.nix
  69. +48 −0 pkgs/development/interpreters/python/cpython/3.5/use-correct-tcl-tk-on-darwin.patch
  70. +5 −0 pkgs/development/interpreters/python/cpython/3.6/default.nix
  71. +48 −0 pkgs/development/interpreters/python/cpython/3.6/use-correct-tcl-tk-on-darwin.patch
  72. +3 −0 pkgs/development/libraries/SDL/default.nix
  73. +5 −0 pkgs/development/libraries/iniparser/default.nix
  74. +2 −2 pkgs/development/libraries/libftdi/default.nix
  75. +1 −1 pkgs/development/libraries/libhttpseverywhere/default.nix
  76. +2 −0 pkgs/development/libraries/libnfs/default.nix
  77. +3 −2 pkgs/development/libraries/libqglviewer/default.nix
  78. +2 −12 pkgs/development/libraries/libvorbis/default.nix
  79. +17 −0 pkgs/development/libraries/luaffi/darwin.patch
  80. +3 −3 pkgs/development/libraries/luaffi/default.nix
  81. +7 −4 pkgs/development/libraries/mysocketw/default.nix
  82. +4 −4 pkgs/development/libraries/nss/85_security_load.patch
  83. +11 −3 pkgs/development/libraries/nss/default.nix
  84. +6 −6 pkgs/development/libraries/tremor/default.nix
  85. +11 −33 pkgs/development/mobile/titaniumenv/build-app.nix
  86. +2 −1 pkgs/development/mobile/titaniumenv/default.nix
  87. +1 −1 pkgs/development/mobile/titaniumenv/examples/default.nix
  88. +4 −5 pkgs/development/mobile/titaniumenv/examples/kitchensink/default.nix
  89. +102 −0 pkgs/development/mobile/titaniumenv/titaniumsdk-7.1.nix
  90. +49 −0 pkgs/development/python-modules/WSME/default.nix
  91. +25 −0 pkgs/development/python-modules/allpairspy/default.nix
  92. +6 −5 pkgs/development/python-modules/altair/default.nix
  93. +4 −3 pkgs/development/python-modules/astropy/default.nix
  94. +3 −3 pkgs/development/python-modules/bleach/default.nix
  95. +21 −0 pkgs/development/python-modules/colander/default.nix
  96. +27 −0 pkgs/development/python-modules/commonmark/default.nix
  97. +8 −3 pkgs/development/python-modules/credstash/default.nix
  98. +41 −0 pkgs/development/python-modules/deform/default.nix
  99. +36 −0 pkgs/development/python-modules/django-pipeline/default.nix
  100. +15 −6 pkgs/development/python-modules/flake8-debugger/default.nix
  101. +22 −0 pkgs/development/python-modules/hvac/default.nix
  102. +27 −0 pkgs/development/python-modules/klein/default.nix
  103. +7 −4 pkgs/development/python-modules/moinmoin/default.nix
  104. +2 −2 pkgs/development/python-modules/neovim/default.nix
  105. +7 −2 pkgs/development/python-modules/notebook/default.nix
  106. +4 −1 pkgs/development/python-modules/odo/default.nix
  107. +20 −0 pkgs/development/python-modules/paypalrestsdk/default.nix
  108. +27 −0 pkgs/development/python-modules/pushbullet/default.nix
  109. +24 −0 pkgs/development/python-modules/pushover/default.nix
  110. +4 −2 pkgs/development/python-modules/pyamf/default.nix
  111. +3 −0 pkgs/development/python-modules/pyhomematic/default.nix
  112. +8 −5 pkgs/development/python-modules/pyqt/5.x.nix
  113. +3 −4 pkgs/development/python-modules/pyslurm/default.nix
  114. +17 −0 pkgs/development/python-modules/python-ctags3/default.nix
  115. +5 −5 pkgs/development/python-modules/readme_renderer/default.nix
  116. +5 −6 pkgs/development/python-modules/robomachine/default.nix
  117. +2 −1 pkgs/development/python-modules/scikitlearn/default.nix
  118. +36 −0 pkgs/development/python-modules/slimit/default.nix
  119. +30 −0 pkgs/development/python-modules/stem/default.nix
  120. +56 −0 pkgs/development/python-modules/thumbor/default.nix
  121. +20 −0 pkgs/development/python-modules/tmdb3/default.nix
  122. +8 −5 pkgs/development/python-modules/zope_copy/default.nix
  123. +2 −2 pkgs/development/tools/build-managers/icmake/default.nix
  124. +2 −2 pkgs/development/tools/database/sqldeveloper/default.nix
  125. +1 −1 pkgs/development/tools/guile/guile-lint/default.nix
  126. +2 −0 pkgs/development/tools/imatix_gsl/default.nix
  127. +3 −2 pkgs/development/web/kore/default.nix
  128. +4 −0 pkgs/games/steam/chrootenv.nix
  129. +4 −5 pkgs/games/widelands/default.nix
  130. +31 −0 pkgs/misc/stabber/default.nix
  131. +2 −2 pkgs/os-specific/linux/kernel/linux-4.14.nix
  132. +2 −2 pkgs/os-specific/linux/kernel/linux-4.15.nix
  133. +2 −2 pkgs/os-specific/linux/kernel/linux-4.4.nix
  134. +2 −2 pkgs/os-specific/linux/kernel/linux-4.9.nix
  135. +2 −2 pkgs/os-specific/linux/kernel/linux-copperhead-hardened.nix
  136. +0 −13 pkgs/os-specific/linux/spl/const.patch
  137. +3 −3 pkgs/os-specific/linux/spl/default.nix
  138. +9 −4 pkgs/os-specific/linux/zfs/default.nix
  139. +1 −1 pkgs/servers/home-assistant/component-packages.nix
  140. +7 −0 pkgs/servers/mail/archiveopteryx/default.nix
  141. +2 −2 pkgs/servers/matrix-synapse/default.nix
  142. +3 −3 pkgs/servers/mattermost/matterircd.nix
  143. +3 −3 pkgs/servers/monitoring/grafana/default.nix
  144. +1 −1 pkgs/servers/monitoring/heapster/default.nix
  145. +2 −2 pkgs/servers/monitoring/prometheus/blackbox-exporter.nix
  146. +2 −2 pkgs/servers/monitoring/prometheus/node-exporter.nix
  147. +2 −2 pkgs/servers/squid/4.nix
  148. +2 −2 pkgs/servers/unifi/default.nix
  149. +40 −0 pkgs/servers/web-apps/klaus/default.nix
  150. +2 −1 pkgs/tools/X11/xdg-utils/default.nix
  151. +2 −2 pkgs/tools/compression/brotli/default.nix
  152. +2 −2 pkgs/tools/misc/graylog/default.nix
  153. +5 −1 pkgs/tools/networking/altermime/default.nix
  154. +7 −4 pkgs/tools/networking/curl/default.nix
  155. +3 −3 pkgs/tools/package-management/nix-serve/default.nix
  156. +2 −4 pkgs/tools/security/clamav/default.nix
  157. +0 −49 pkgs/tools/security/clamav/fd-leak.patch
  158. +6 −2 pkgs/tools/security/masscan/default.nix
  159. +2 −2 pkgs/tools/security/nmap/default.nix
  160. +7 −4 pkgs/tools/typesetting/asciidoc/default.nix
  161. +32 −10 pkgs/top-level/all-packages.nix
  162. +37 −339 pkgs/top-level/python-packages.nix
5 changes: 5 additions & 0 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
@@ -1528,6 +1528,11 @@
github = "hrdinka";
name = "Christoph Hrdinka";
};
hschaeidt = {
email = "he.schaeidt@gmail.com";
github = "hschaeidt";
name = "Hendrik Schaeidt";
};
htr = {
email = "hugo@linux.com";
github = "htr";
1 change: 1 addition & 0 deletions nixos/modules/module-list.nix
Original file line number Diff line number Diff line change
@@ -159,6 +159,7 @@
./services/audio/ympd.nix
./services/backup/almir.nix
./services/backup/bacula.nix
./services/backup/borgbackup.nix
./services/backup/crashplan.nix
./services/backup/crashplan-small-business.nix
./services/backup/mysql-backup.nix
4 changes: 2 additions & 2 deletions nixos/modules/security/sudo.nix
Original file line number Diff line number Diff line change
@@ -47,8 +47,8 @@ in
default = true;
description =
''
Whether users of the <code>wheel</code> group can execute
commands as super user without entering a password.
Whether users of the <code>wheel</code> group must
provide a password to run commands as super user via <command>sudo</command>.
'';
};

Loading