-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: 7d24cf8ea99c
head repository: NixOS/nixpkgs-channels
compare: c9e13806267f
Commits on Oct 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 056c03a - Browse repository at this point
Copy the full SHA 056c03aView commit details
Commits on Oct 15, 2018
-
nixos/syncthing: move configuration to condigDir
fixes #47513 following the upstream recommended settings: syncthing/syncthing#3434 (comment)
Configuration menu - View commit details
-
Copy full SHA for 16f6763 - Browse repository at this point
Copy the full SHA 16f6763View commit details
Commits on Oct 16, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 51e5111 - Browse repository at this point
Copy the full SHA 51e5111View commit details
Commits on Oct 22, 2018
-
nixos/containers: Introduce several tweaks to systemd-nspawn from ups…
…tream systemd * Lets container@.service be activated by machines.target instead of multi-user.target According to the systemd manpages, all containers that are registered by machinectl, should be inside machines.target for easy stopping and starting container units altogether * make sure container@.service and container.slice instances are actually located in machine.slice https://plus.google.com/112206451048767236518/posts/SYAueyXHeEX See original commit: NixOS/systemd@45d383a3b8 * Enable Cgroup delegation for nixos-containers Delegate=yes should be set for container scopes where a systemd instance inside the container shall manage the hierarchies below its own cgroup and have access to all controllers. This is equivalent to enabling all accounting options on the systemd process inside the system container. This means that systemd inside the container is responsible for managing Cgroup resources for unit files that enable accounting options inside. Without this option, units that make use of cgroup features within system containers might misbehave See original commit: NixOS/systemd@a931ad47a8 from the manpage: Turns on delegation of further resource control partitioning to processes of the unit. Units where this is enabled may create and manage their own private subhierarchy of control groups below the control group of the unit itself. For unprivileged services (i.e. those using the User= setting) the unit's control group will be made accessible to the relevant user. When enabled the service manager will refrain from manipulating control groups or moving processes below the unit's control group, so that a clear concept of ownership is established: the control group tree above the unit's control group (i.e. towards the root control group) is owned and managed by the service manager of the host, while the control group tree below the unit's control group is owned and managed by the unit itself. Takes either a boolean argument or a list of control group controller names. If true, delegation is turned on, and all supported controllers are enabled for the unit, making them available to the unit's processes for management. If false, delegation is turned off entirely (and no additional controllers are enabled). If set to a list of controllers, delegation is turned on, and the specified controllers are enabled for the unit. Note that additional controllers than the ones specified might be made available as well, depending on configuration of the containing slice unit or other units contained in it. Note that assigning the empty string will enable delegation, but reset the list of controllers, all assignments prior to this will have no effect. Defaults to false. Note that controller delegation to less privileged code is only safe on the unified control group hierarchy. Accordingly, access to the specified controllers will not be granted to unprivileged services on the legacy hierarchy, even when requested. The following controller names may be specified: cpu, cpuacct, io, blkio, memory, devices, pids. Not all of these controllers are available on all kernels however, and some are specific to the unified hierarchy while others are specific to the legacy hierarchy. Also note that the kernel might support further controllers, which aren't covered here yet as delegation is either not supported at all for them or not defined cleanly.
Configuration menu - View commit details
-
Copy full SHA for 9f72791 - Browse repository at this point
Copy the full SHA 9f72791View commit details
Commits on Oct 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 7e81407 - Browse repository at this point
Copy the full SHA 7e81407View commit details
Commits on Oct 25, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 8b5a759 - Browse repository at this point
Copy the full SHA 8b5a759View commit details
Commits on Oct 26, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 26ee8d6 - Browse repository at this point
Copy the full SHA 26ee8d6View commit details
Commits on Oct 27, 2018
-
- remove sqlite as dependency (I don't see why it's needed) - run checkPhase after installPhase (at least one test assumes the standard library in ../lib relative to the nim binary) - the broken tests pass now or don't exist anymore - two of the tests requiring network access pass now without network access - the tests in manyloc do not download dependencies and are passing now
Configuration menu - View commit details
-
Copy full SHA for 9bf79ad - Browse repository at this point
Copy the full SHA 9bf79adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89d71c5 - Browse repository at this point
Copy the full SHA 89d71c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 651c178 - Browse repository at this point
Copy the full SHA 651c178View commit details
Commits on Oct 28, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 83a65a9 - Browse repository at this point
Copy the full SHA 83a65a9View commit details
Commits on Oct 29, 2018
-
* the jre is no longer an official part of the jdk (jmod is recommended as a replacement when needing to create smaller runtime images) * darwin continues to use zulu from azul * apps that used 10 now use 11 (eclipse, bazel, josm)
Configuration menu - View commit details
-
Copy full SHA for 1bd7b98 - Browse repository at this point
Copy the full SHA 1bd7b98View commit details -
Configuration menu - View commit details
-
Copy full SHA for a586c14 - Browse repository at this point
Copy the full SHA a586c14View commit details
Commits on Oct 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 0cf2c6f - Browse repository at this point
Copy the full SHA 0cf2c6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dd7190 - Browse repository at this point
Copy the full SHA 7dd7190View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ac9d8e - Browse repository at this point
Copy the full SHA 1ac9d8eView commit details -
cudatoolkit, cudnn: many updates
cudatoolkit_9_1: 9.1.85.1 -> 9.1.85.3 cudatoolkit_9_2: init at 9.2.148.1 cudatoolkit_9: 9.1.85.1 -> 9.2.148.1 cudatoolkit_10, cudatoolkit_10_0: init at 10.0.130 cudnn_cudatoolkit_9_0: 7.0.5 -> 7.3.0 cudnn_cudatoolkit_9_1: init at 7.1.3 cudnn_cudatoolkit_9_2: init at 7.2.1 cudnn_cudatoolkit_9: 7.0.5 (9.1) -> 7.3.1 (9.2) cudnn_cudatoolkit_10, cudnn_cudatoolkit_10_0: init at 7.3.1
Configuration menu - View commit details
-
Copy full SHA for 4cfeb9d - Browse repository at this point
Copy the full SHA 4cfeb9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b4e310 - Browse repository at this point
Copy the full SHA 1b4e310View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d61690 - Browse repository at this point
Copy the full SHA 5d61690View commit details
Commits on Oct 31, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ea1024e - Browse repository at this point
Copy the full SHA ea1024eView commit details -
sjau committed
Oct 31, 2018 Configuration menu - View commit details
-
Copy full SHA for df51c5e - Browse repository at this point
Copy the full SHA df51c5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for beeaeba - Browse repository at this point
Copy the full SHA beeaebaView commit details -
Configuration menu - View commit details
-
Copy full SHA for b786a47 - Browse repository at this point
Copy the full SHA b786a47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dcdf5a - Browse repository at this point
Copy the full SHA 9dcdf5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43f6d9a - Browse repository at this point
Copy the full SHA 43f6d9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 771849a - Browse repository at this point
Copy the full SHA 771849aView commit details -
hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.11.1-2-g57c4f0f from Hackage revision commercialhaskell/all-cabal-hashes@b6545b2.
Configuration menu - View commit details
-
Copy full SHA for 5d18129 - Browse repository at this point
Copy the full SHA 5d18129View commit details -
Configuration menu - View commit details
-
Copy full SHA for b376d55 - Browse repository at this point
Copy the full SHA b376d55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bc42cb - Browse repository at this point
Copy the full SHA 1bc42cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd68a8c - Browse repository at this point
Copy the full SHA cd68a8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d5f7e3 - Browse repository at this point
Copy the full SHA 3d5f7e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c717a5 - Browse repository at this point
Copy the full SHA 8c717a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd1ff3b - Browse repository at this point
Copy the full SHA cd1ff3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ff1783 - Browse repository at this point
Copy the full SHA 6ff1783View commit details -
Merge pull request #49522 from timokau/youtube-dl-2018.10.29
youtube-dl: 2018.10.05 -> 2018.10.29
Configuration menu - View commit details
-
Copy full SHA for fdba693 - Browse repository at this point
Copy the full SHA fdba693View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4bfc70 - Browse repository at this point
Copy the full SHA e4bfc70View commit details -
Fixes CVE-2018-15688 and updates latest upstream stable v239 branch. See NixOS/systemd#24 for details. Co-authored-by: Andreas Rammhold <andreas@rammhold.de>
Configuration menu - View commit details
-
Copy full SHA for a7912ec - Browse repository at this point
Copy the full SHA a7912ecView commit details -
gitAndTools.grv: 0.2.0 -> 0.3.0
Remove 'update_latest_release.go' so we don't try to build it since this fails due to unmet dependencies. AFAICT this utility is only meant for developer use anyway, and helps manage/create new github releases for the project.
Configuration menu - View commit details
-
Copy full SHA for 8798de6 - Browse repository at this point
Copy the full SHA 8798de6View commit details -
Merge pull request #48771 from arianvp/container-tweaks
nixos/containers: Introduce several tweaks to systemd-nspawn from upstream systemd
Configuration menu - View commit details
-
Copy full SHA for 553e0d8 - Browse repository at this point
Copy the full SHA 553e0d8View commit details -
Merge pull request #48183 from costrouc/costrouc/python-atomman
pythonPackages.atomman: init at 1.2.3
Configuration menu - View commit details
-
Copy full SHA for e0772e6 - Browse repository at this point
Copy the full SHA e0772e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f601b7 - Browse repository at this point
Copy the full SHA 0f601b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98fd559 - Browse repository at this point
Copy the full SHA 98fd559View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56b88fb - Browse repository at this point
Copy the full SHA 56b88fbView commit details -
python3Packages.aioh2: init at 0.2.2
Tests skipped due to decentfox/aioh2#17.
Configuration menu - View commit details
-
Copy full SHA for 1f1bd5c - Browse repository at this point
Copy the full SHA 1f1bd5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39edfe5 - Browse repository at this point
Copy the full SHA 39edfe5View commit details -
python3Packages.gplaycli: 3.21 -> 3.25 (#49521)
The version 3.21 isn't compatible with our currently packaged `pythonPackages.gpapi` which is now at version 0.4.3. See https://hydra.nixos.org/build/83154918
Configuration menu - View commit details
-
Copy full SHA for c6fc3bb - Browse repository at this point
Copy the full SHA c6fc3bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for f9a8abe - Browse repository at this point
Copy the full SHA f9a8abeView commit details -
smartgithg: 18.1.4 -> 18.1.5 (#49527)
Bugfix version
Configuration menu - View commit details
-
Copy full SHA for a920279 - Browse repository at this point
Copy the full SHA a920279View commit details -
Tristan Helmich (omniIT) committed
Oct 31, 2018 Configuration menu - View commit details
-
Copy full SHA for 41880ae - Browse repository at this point
Copy the full SHA 41880aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30c9294 - Browse repository at this point
Copy the full SHA 30c9294View commit details
There are no files selected for viewing