-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: 3112aa3e2fa5
head repository: NixOS/nixpkgs-channels
compare: 5226e6b51318
Commits on Jul 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3d86666 - Browse repository at this point
Copy the full SHA 3d86666View commit details
Commits on Jul 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f03eb5f - Browse repository at this point
Copy the full SHA f03eb5fView commit details
Commits on Jul 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 391a5fd - Browse repository at this point
Copy the full SHA 391a5fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ad6216 - Browse repository at this point
Copy the full SHA 8ad6216View commit details -
certbot: add certbot.withPlugins
This can be used to wrap certbot to include some plugins. certbot.withPlugins has a similar calling convention as python*.withPackages: ``` certbot.withPlugins (cp: [ cp.certbot-dns-foo ]) ```
Configuration menu - View commit details
-
Copy full SHA for 718a449 - Browse repository at this point
Copy the full SHA 718a449View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d86dea - Browse repository at this point
Copy the full SHA 9d86deaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e49cff - Browse repository at this point
Copy the full SHA 1e49cffView commit details -
Merge pull request #92786 from flokli/certbot-with-plugins
certbot: add certbot.withPlugins
Configuration menu - View commit details
-
Copy full SHA for 3d50d64 - Browse repository at this point
Copy the full SHA 3d50d64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 491fe83 - Browse repository at this point
Copy the full SHA 491fe83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 144aba6 - Browse repository at this point
Copy the full SHA 144aba6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a03bbc - Browse repository at this point
Copy the full SHA 8a03bbcView commit details -
Merge pull request #93641 from adisbladis/subsurface-4_9_6
subsurface: 4.9.3 -> 4.9.6
Configuration menu - View commit details
-
Copy full SHA for 3f12f0b - Browse repository at this point
Copy the full SHA 3f12f0bView commit details -
nixUnstable: 2.4pre20200719_a79b6dd -> 2.4pre20200721_ff314f1
Fixes errors like this for me: ``` error: --- Error ------------------------------- nix-build Nix daemon out of memory (use '--show-trace' to show detailed location information) ```
Configuration menu - View commit details
-
Copy full SHA for 85819d4 - Browse repository at this point
Copy the full SHA 85819d4View commit details -
nixos/manual: add a section about Vulkan drivers
- Add a general block about how to configure and test Vulkan - Add a section about switching between mesa/radv and amdvlk on AMD GPUs.
Configuration menu - View commit details
-
Copy full SHA for 350f1d6 - Browse repository at this point
Copy the full SHA 350f1d6View commit details -
Merge pull request #93642 from Ma27/update-nix-unstable
nixUnstable: 2.4pre20200719_a79b6dd -> 2.4pre20200721_ff314f1
Configuration menu - View commit details
-
Copy full SHA for bef8c2b - Browse repository at this point
Copy the full SHA bef8c2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c5f8c25 - Browse repository at this point
Copy the full SHA c5f8c25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a99628 - Browse repository at this point
Copy the full SHA 4a99628View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14e4240 - Browse repository at this point
Copy the full SHA 14e4240View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81ca9a2 - Browse repository at this point
Copy the full SHA 81ca9a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81a576d - Browse repository at this point
Copy the full SHA 81a576dView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc9ad83 - Browse repository at this point
Copy the full SHA fc9ad83View commit details -
Merge pull request #93638 from cust0dian/nushell-0.17.0
nushell: 0.16.0 -> 0.17.0
Configuration menu - View commit details
-
Copy full SHA for a2a7d50 - Browse repository at this point
Copy the full SHA a2a7d50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b17579 - Browse repository at this point
Copy the full SHA 7b17579View commit details -
Merge pull request #93610 from prusnak/blockbook
blockbook: fix build on aarch64-linux
Configuration menu - View commit details
-
Copy full SHA for b8c367a - Browse repository at this point
Copy the full SHA b8c367aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 70f6c1a - Browse repository at this point
Copy the full SHA 70f6c1aView commit details -
python3Packages.pytest-localserver: fix build
All package tests rely on networking which breaks sandboxed builds. Fall back to pythonImportsCheck instead. Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
Configuration menu - View commit details
-
Copy full SHA for 163e7a0 - Browse repository at this point
Copy the full SHA 163e7a0View commit details -
Merge pull request #93152 from ttuegel/kde-applications-20.04.3
kdeApplications: 20.04.1 -> 20.04.3
Configuration menu - View commit details
-
Copy full SHA for 8fad714 - Browse repository at this point
Copy the full SHA 8fad714View commit details -
Next to the version bump, this fixes the test for Python 2.
Configuration menu - View commit details
-
Copy full SHA for 17dfbf4 - Browse repository at this point
Copy the full SHA 17dfbf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e597a5 - Browse repository at this point
Copy the full SHA 1e597a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f709cf - Browse repository at this point
Copy the full SHA 1f709cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for ade1348 - Browse repository at this point
Copy the full SHA ade1348View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc848ce - Browse repository at this point
Copy the full SHA dc848ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa401f5 - Browse repository at this point
Copy the full SHA fa401f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e531d5 - Browse repository at this point
Copy the full SHA 2e531d5View commit details -
Merge pull request #93591 from Flakebi/vulkan-manual
nixos/manual: add a section about Vulkan drivers
Configuration menu - View commit details
-
Copy full SHA for 5226e6b - Browse repository at this point
Copy the full SHA 5226e6bView commit details
There are no files selected for viewing