-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: 595d5fdd3d1c
head repository: NixOS/nixpkgs-channels
compare: 4e1f8e4e3193
Commits on Jun 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8850a2c - Browse repository at this point
Copy the full SHA 8850a2cView commit details
Commits on Sep 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b82f177 - Browse repository at this point
Copy the full SHA b82f177View commit details
Commits on Sep 13, 2020
-
Test was broken because network is not available during sandboxed test run and therefore the expected text was never shown. ZHF: #97479
Configuration menu - View commit details
-
Copy full SHA for ddd23d6 - Browse repository at this point
Copy the full SHA ddd23d6View commit details
Commits on Sep 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b381016 - Browse repository at this point
Copy the full SHA b381016View commit details -
lib/options: Fix mergeEqualOption for singular functions
Previously it would error out for a single function definition
Configuration menu - View commit details
-
Copy full SHA for 6e7bc2c - Browse repository at this point
Copy the full SHA 6e7bc2cView commit details -
lib/types: Introduce types.anything
This new type has unsurprising merge behavior: Only attribute sets are merged together (recursively), and only if they don't conflict. This is in contrast to the existing types: - types.attrs is problematic because later definitions completely override attributes of earlier definitions, and it doesn't support mkIf and co. - types.unspecified is very similar to types.attrs, but it has smart merging behavior that often doesn't make sense, and it doesn't support all types
Configuration menu - View commit details
-
Copy full SHA for 67551f4 - Browse repository at this point
Copy the full SHA 67551f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a7d250 - Browse repository at this point
Copy the full SHA 6a7d250View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3106993 - Browse repository at this point
Copy the full SHA 3106993View commit details
Commits on Sep 16, 2020
-
tensorflow: Fix compilation with numpy 1.19.x
Numpy introduced a breaking API change in version 1.19.x, see [1]. There is a simple fix [2] available in the master branch. [1]: tensorflow/tensorflow#40688 [2]: tensorflow/tensorflow@75ea0b3
Configuration menu - View commit details
-
Copy full SHA for 8f5bfd6 - Browse repository at this point
Copy the full SHA 8f5bfd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81c2d88 - Browse repository at this point
Copy the full SHA 81c2d88View commit details
Commits on Sep 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0f62317 - Browse repository at this point
Copy the full SHA 0f62317View commit details -
lib/generators.toPretty: Wrap in a go function
As a preparation to the following commit
Configuration menu - View commit details
-
Copy full SHA for 4811f54 - Browse repository at this point
Copy the full SHA 4811f54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47f2eb8 - Browse repository at this point
Copy the full SHA 47f2eb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 073e9b2 - Browse repository at this point
Copy the full SHA 073e9b2View commit details -
lib/generators.toPretty: Switch away from δ and λ
- These symbols can be confusing for those not familiar with them - There's no harm in making these more obvious - Terminals may not print them correctly either Also changes the function argument printing slightly to be more obvious
Configuration menu - View commit details
-
Copy full SHA for d0be9e9 - Browse repository at this point
Copy the full SHA d0be9e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05e4d37 - Browse repository at this point
Copy the full SHA 05e4d37View commit details -
lib/generators.toPretty: functors should print as functions
Not attribute sets. So move the function case forward
Configuration menu - View commit details
-
Copy full SHA for 15c5ba9 - Browse repository at this point
Copy the full SHA 15c5ba9View commit details
Commits on Sep 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5f47df9 - Browse repository at this point
Copy the full SHA 5f47df9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ac630b - Browse repository at this point
Copy the full SHA 3ac630bView commit details
Commits on Sep 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e3796bc - Browse repository at this point
Copy the full SHA e3796bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for e5869f9 - Browse repository at this point
Copy the full SHA e5869f9View commit details -
- regular version bump to 1.2.0, then bugfix release on top - changes: see - https://github.com/IBBoard/cawbird/releases/tag/v1.2.0 - https://github.com/IBBoard/cawbird/releases/tag/v1.2.1
Configuration menu - View commit details
-
Copy full SHA for 0b3ffb5 - Browse repository at this point
Copy the full SHA 0b3ffb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bb5c62 - Browse repository at this point
Copy the full SHA 8bb5c62View commit details
Commits on Sep 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a4edf4c - Browse repository at this point
Copy the full SHA a4edf4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf71f45 - Browse repository at this point
Copy the full SHA bf71f45View commit details -
Configuration menu - View commit details
-
Copy full SHA for efa99ab - Browse repository at this point
Copy the full SHA efa99abView commit details -
terraform-compliance: fix build
* Disables lock of pythonPackages.ipython to allow building with what's in nixpkgs
Configuration menu - View commit details
-
Copy full SHA for 85ce380 - Browse repository at this point
Copy the full SHA 85ce380View commit details -
Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for dbdd5d4 - Browse repository at this point
Copy the full SHA dbdd5d4View commit details -
Merge pull request #98083 from avdv/zhf-fix-tensorflow
tensorflow: Fix compilation with numpy 1.19.x
Configuration menu - View commit details
-
Copy full SHA for a034f20 - Browse repository at this point
Copy the full SHA a034f20View commit details -
Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8465b48 - Browse repository at this point
Copy the full SHA 8465b48View commit details -
Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 142f6d8 - Browse repository at this point
Copy the full SHA 142f6d8View commit details -
velero: remove old heptio-ark package
Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 617d5b7 - Browse repository at this point
Copy the full SHA 617d5b7View commit details -
Merge pull request #98368 from bryanasdev000/bryan
maintainer: Add bryanasdev000
Configuration menu - View commit details
-
Copy full SHA for 5388895 - Browse repository at this point
Copy the full SHA 5388895View commit details -
Merge pull request #98116 from timjrd/sc-controller-0.4.7-rebased
sc-controller: fix missing icons (librsvg)
Configuration menu - View commit details
-
Copy full SHA for 799f149 - Browse repository at this point
Copy the full SHA 799f149View commit details -
prometheus: Unbreak IPv6 listenAddress
The format of the listenAddress option was recently changed to separate the address and the port parts. There is now a legacy check that tells users to update to the new format. This legacy check produces a false positive on IPv6 addresses, since they contain colons. Fix the regex to make it not match colons within IPv6 addresses.
Configuration menu - View commit details
-
Copy full SHA for a4afd52 - Browse repository at this point
Copy the full SHA a4afd52View commit details -
fontmatrix: 0.6.0 → 0.6.0-qt5 (#97800)
This is an unofficial port of Fontmatrix 0.6.0 to Qt5 Co-authored-by: symphorien <symphorien@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4e155d6 - Browse repository at this point
Copy the full SHA 4e155d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c06b0ed - Browse repository at this point
Copy the full SHA c06b0edView commit details -
nvtop: Make independent of Nvidia driver version
For packages relying on Nvidia drivers we don't want to hard-code the location of a particular driver version in the RPATH. Otherwise the software might fail with errors such as: > Impossible to initialize nvidia nvml : Driver/library version mismatch To fix this the usual pattern in nixpkgs is to add `/run/opengl-driver/lib` to the RPATH of these binaries. This is the global location where Nvidia libraries are available on NixOS and so this makes sure that the nvtop binary can be run with all versions of the driver. At build time however these libraries are not available at that particular location. For precisely this use case, Nvidia ships stub versions of the driver libraries with the cudatoolkit. So we just need to point CMake to that directory. Fixes: #98328
Configuration menu - View commit details
-
Copy full SHA for 0996ac6 - Browse repository at this point
Copy the full SHA 0996ac6View commit details -
Merge pull request #97119 from Infinisil/types.anything
Introduce `types.anything`
Configuration menu - View commit details
-
Copy full SHA for f3893d8 - Browse repository at this point
Copy the full SHA f3893d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ff8733 - Browse repository at this point
Copy the full SHA 9ff8733View commit details -
Configuration menu - View commit details
-
Copy full SHA for 090cc5d - Browse repository at this point
Copy the full SHA 090cc5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d36540 - Browse repository at this point
Copy the full SHA 5d36540View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bbeca2 - Browse repository at this point
Copy the full SHA 0bbeca2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20bd6dd - Browse repository at this point
Copy the full SHA 20bd6ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc2982b - Browse repository at this point
Copy the full SHA cc2982bView commit details -
Build failure was due to upstream issue, now fixed in the v3.13 RC. lizardfs/lizardfs#655 lizardfs/lizardfs#677
Configuration menu - View commit details
-
Copy full SHA for f5a61c2 - Browse repository at this point
Copy the full SHA f5a61c2View commit details -
Merge pull request #91745 from austinbutler/beets-plugin-extrafiles
beets: add extrafiles plugin
Configuration menu - View commit details
-
Copy full SHA for f6ee70d - Browse repository at this point
Copy the full SHA f6ee70dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 846acc4 - Browse repository at this point
Copy the full SHA 846acc4View commit details -
Merge pull request #98360 from r-burns/liboping
liboping: fix build on Darwin
Configuration menu - View commit details
-
Copy full SHA for 5df60ed - Browse repository at this point
Copy the full SHA 5df60edView commit details -
Merge pull request #98367 from marsam/update-shadowsocks-rust
shadowsocks-rust: 1.8.17 -> 1.8.18
Configuration menu - View commit details
-
Copy full SHA for 1c31e69 - Browse repository at this point
Copy the full SHA 1c31e69View commit details
There are no files selected for viewing