-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: e3e1a53118d2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9f4f96ef0505
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
2
contributors
Commits on Jun 3, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c4cad45 - Browse repository at this point
Copy the full SHA c4cad45View commit details
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)
3Configuration 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 18, 2018
-
https://raw.githubusercontent.com/tats/w3m/v0.5.3+git20180125/NEWS Include some CVE fixes it would appear.
Configuration menu - View commit details
-
Copy full SHA for 4249f77 - Browse repository at this point
Copy the full SHA 4249f77View commit details
Commits on Oct 19, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2ebc303 - Browse repository at this point
Copy the full SHA 2ebc303View commit details
Commits on Oct 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6bd6c97 - Browse repository at this point
Copy the full SHA 6bd6c97View commit details -
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 950608b - Browse repository at this point
Copy the full SHA 950608bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad501e4 - Browse repository at this point
Copy the full SHA ad501e4View commit details -
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 7081b5e - Browse repository at this point
Copy the full SHA 7081b5eView commit details -
2
Configuration menu - View commit details
-
Copy full SHA for 1b77815 - Browse repository at this point
Copy the full SHA 1b77815View commit details -
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
-
Configuration menu - View commit details
-
Copy full SHA for f5c2960 - Browse repository at this point
Copy the full SHA f5c2960View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec8f320 - Browse repository at this point
Copy the full SHA ec8f320View commit details -
androidenv: remove
android
command from fetch.shIt's deprecated, and no longer prints the urls of any xml files for the script to parse.
Configuration menu - View commit details
-
Copy full SHA for 6e07691 - Browse repository at this point
Copy the full SHA 6e07691View commit details -
Manually corrected three problems: - fetch.sh: android cli cannot find java executable - addons.nix: google_apis_25 expression not added correctly - addons.nix: android_support_extra expression deleted (replaced in android 9 with jetpack/androidx)
Configuration menu - View commit details
-
Copy full SHA for a61f31c - Browse repository at this point
Copy the full SHA a61f31cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a0ae5d - Browse repository at this point
Copy the full SHA 4a0ae5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d861da1 - Browse repository at this point
Copy the full SHA d861da1View commit details -
- 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 95fab6a - Browse repository at this point
Copy the full SHA 95fab6aView commit details -
Desktop file is included now, so no need to create it manually. libgnome-keyring is not used anymore, libsecret replaced it.
2Configuration menu - View commit details
-
Copy full SHA for b4c5448 - Browse repository at this point
Copy the full SHA b4c5448View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83a65a9 - Browse repository at this point
Copy the full SHA 83a65a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7f2ce9 - Browse repository at this point
Copy the full SHA e7f2ce9View 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 -
Configuration menu - View commit details
-
Copy full SHA for efca8b4 - Browse repository at this point
Copy the full SHA efca8b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 149a55e - Browse repository at this point
Copy the full SHA 149a55eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2962f94 - Browse repository at this point
Copy the full SHA 2962f94View commit details -
make-derivation: use
?
instead ofbuiltins.hasAttr
As suggested by @edolstra
Configuration menu - View commit details
-
Copy full SHA for 5be927d - Browse repository at this point
Copy the full SHA 5be927dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7e026b - Browse repository at this point
Copy the full SHA c7e026bView commit details -
repstopdf is supposed to be a symlink to epstopdf. Then epstopdf looks at "$0" to detect when restricted mode needs to be enabled. Unfortunately our wrapper will drop all intermediate symlinks, which messes up "$0". Restricted mode appears to be a security feature, so a test is introduced to verify that the wrapper works as expected.
Configuration menu - View commit details
-
Copy full SHA for 20643a7 - Browse repository at this point
Copy the full SHA 20643a7View commit details
Commits on Oct 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d2e7840 - Browse repository at this point
Copy the full SHA d2e7840View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00a51a9 - Browse repository at this point
Copy the full SHA 00a51a9View commit details -
make-derivation: use a more descriptive assert message
As suggested by @Profpatsch
Configuration menu - View commit details
-
Copy full SHA for 1f7fc09 - Browse repository at this point
Copy the full SHA 1f7fc09View commit details -
bamf: 0.5.3 -> 2018-02-07, fix build
Technically this is 0.5.4 but it's unreleased
Configuration menu - View commit details
-
Copy full SHA for 3358e25 - Browse repository at this point
Copy the full SHA 3358e25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 888034f - Browse repository at this point
Copy the full SHA 888034fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b34f47 - Browse repository at this point
Copy the full SHA 9b34f47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 930bcbd - Browse repository at this point
Copy the full SHA 930bcbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9faae9 - Browse repository at this point
Copy the full SHA b9faae9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e540791 - Browse repository at this point
Copy the full SHA e540791View commit details -
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 c34f517 - Browse repository at this point
Copy the full SHA c34f517View commit details
There are no files selected for viewing