-
-
Notifications
You must be signed in to change notification settings - Fork 105
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: ec8fd9cc3450
head repository: NixOS/nixpkgs-channels
compare: 93c7301338ac
Commits on Oct 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0f8dc3c - Browse repository at this point
Copy the full SHA 0f8dc3cView commit details
Commits on Nov 24, 2019
-
graalvm8-ee: 19.2.1 -> 19.3.0, graalvm11-ee: init at 19.3.0
volth committedNov 24, 2019 Configuration menu - View commit details
-
Copy full SHA for bfcbe61 - Browse repository at this point
Copy the full SHA bfcbe61View commit details
Commits on Dec 28, 2019
-
virtualization/amazon-init: fix logging, nix path
The missing `\n` in the printf format string prevented multiple channels from being logged. The missing `nixpkgs=` in the `NIX_PATH` prevented `nixos-rebuild` from working if the system configuration has any reference to `nixpkgs`. Additionally: * Use process substitution instead of piping printf to avoid creating a subshell. * Set an empty `IFS` to avoid word splitting. * Add the `-r` flag to `read` to avoid mangling backslashes.
Christian Höppner committedDec 28, 2019 Configuration menu - View commit details
-
Copy full SHA for 76ad649 - Browse repository at this point
Copy the full SHA 76ad649View commit details
Commits on Jan 6, 2020
-
graalvm-ee: 19.3.0 -> 19.3.0.2
volth authoredJan 6, 2020 Configuration menu - View commit details
-
Copy full SHA for 0bd6bc5 - Browse repository at this point
Copy the full SHA 0bd6bc5View commit details
Commits on Jan 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1cab255 - Browse repository at this point
Copy the full SHA 1cab255View commit details
Commits on Jan 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 24c14a8 - Browse repository at this point
Copy the full SHA 24c14a8View commit details
Commits on Jan 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 241e9c1 - Browse repository at this point
Copy the full SHA 241e9c1View commit details -
volth authored
Jan 15, 2020 Configuration menu - View commit details
-
Copy full SHA for 807e08c - Browse repository at this point
Copy the full SHA 807e08cView commit details
Commits on Jan 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f64bcd6 - Browse repository at this point
Copy the full SHA f64bcd6View commit details
Commits on Jan 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for bdf32f3 - Browse repository at this point
Copy the full SHA bdf32f3View commit details
Commits on Jan 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8739475 - Browse repository at this point
Copy the full SHA 8739475View commit details -
nixos/roundcube: do not write passwords to the store nor run php as root
If the database is local, use postgres peer authentication. Otherwise, use a password file. Leave database initialisation to postgresql.ensure*. Leave /var/lib/roundcube creation to systemd. Run php upgrade script as unpriviledged user.
Configuration menu - View commit details
-
Copy full SHA for 52cf727 - Browse repository at this point
Copy the full SHA 52cf727View commit details -
nixos/roundcube: don't use the default and insecure des_key
The php installer creates a random one, but we bypass it, so we have to create one ourselves. This should be backward compatible as encryption is used for session cookies only: users at the time of the upgrade will be logged out but nothing more. https://github.com/roundcube/roundcubemail/blob/259b7fa0650fea9320b38cb17c4e80497acae7a3/config/config.inc.php.sample#L73
Configuration menu - View commit details
-
Copy full SHA for b6e6bec - Browse repository at this point
Copy the full SHA b6e6becView commit details -
nixos/roundcube: provide path to mime.types file
fixes this warning: WARNING: Mimetype to file extension mapping doesn't work properly!
Configuration menu - View commit details
-
Copy full SHA for b5d692e - Browse repository at this point
Copy the full SHA b5d692eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1db77e5 - Browse repository at this point
Copy the full SHA 1db77e5View commit details
Commits on Jan 19, 2020
-
scala_2_11: move text files from $out to appropriate subdirs
Before, this package installed files called LICENSE and NOTICE at the profile root directory. Which conflicts with other packages with the same issue. Those files reside now in $out/share/doc/scala/.
Jean-Marie Gaillourdet committedJan 19, 2020 Configuration menu - View commit details
-
Copy full SHA for 3017d81 - Browse repository at this point
Copy the full SHA 3017d81View commit details -
scala_2_12: move text files from $out to appropriate subdirs
Before, this package installed files called LICENSE and NOTICE at the profile root directory. Which conflicts with other packages with the same issue. Those files reside now in $out/share/doc/scala/.
Jean-Marie Gaillourdet committedJan 19, 2020 Configuration menu - View commit details
-
Copy full SHA for 8b7c59b - Browse repository at this point
Copy the full SHA 8b7c59bView commit details -
scala: move text files from $out to appropriate subdirs
Before, this package installed files called LICENSE and NOTICE at the profile root directory. Which conflicts with other packages with the same issue. Those files reside now in $out/share/doc/scala/.
Jean-Marie Gaillourdet committedJan 19, 2020 Configuration menu - View commit details
-
Copy full SHA for 254045f - Browse repository at this point
Copy the full SHA 254045fView commit details
Commits on Jan 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for aa290f9 - Browse repository at this point
Copy the full SHA aa290f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c4f845 - Browse repository at this point
Copy the full SHA 7c4f845View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a1460f - Browse repository at this point
Copy the full SHA 0a1460fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02e892c - Browse repository at this point
Copy the full SHA 02e892cView commit details -
xss-lock: use fork with session param support
xss-lock uses current session that cannot be overriden. This prevents starting xss-lock as systemd user service, as described here: https://bitbucket.org/raymonad/xss-lock/issues/13/allow-operation-as-systemd-user-unit This change uses source from github.com/xdbob/xss-lock that adds `--session` parameter.
Configuration menu - View commit details
-
Copy full SHA for d0a3a80 - Browse repository at this point
Copy the full SHA d0a3a80View commit details -
perl.withPackages: respect $PERL5LIB
perl.withPackages did not allow to add more packages using $PERL5LIB
volth authoredJan 20, 2020 Configuration menu - View commit details
-
Copy full SHA for 5540b2e - Browse repository at this point
Copy the full SHA 5540b2eView commit details
Commits on Jan 21, 2020
-
wedens committed
Jan 21, 2020 Configuration menu - View commit details
-
Copy full SHA for f52c384 - Browse repository at this point
Copy the full SHA f52c384View commit details -
unison-ucm 1.0.g-alpha -> 1.0.h-alpha
Update binary derivation for latest release.
Configuration menu - View commit details
-
Copy full SHA for b1ab68c - Browse repository at this point
Copy the full SHA b1ab68cView commit details -
Configuration menu - View commit details
-
Copy full SHA for dbc61de - Browse repository at this point
Copy the full SHA dbc61deView commit details -
Configuration menu - View commit details
-
Copy full SHA for dea2f98 - Browse repository at this point
Copy the full SHA dea2f98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a8e936 - Browse repository at this point
Copy the full SHA 5a8e936View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8136780 - Browse repository at this point
Copy the full SHA 8136780View commit details
Commits on Jan 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6b19378 - Browse repository at this point
Copy the full SHA 6b19378View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61381b2 - Browse repository at this point
Copy the full SHA 61381b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e95752f - Browse repository at this point
Copy the full SHA e95752fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ea2027 - Browse repository at this point
Copy the full SHA 8ea2027View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5933e2 - Browse repository at this point
Copy the full SHA b5933e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3aa2742 - Browse repository at this point
Copy the full SHA 3aa2742View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4f58ab - Browse repository at this point
Copy the full SHA c4f58abView commit details -
Configuration menu - View commit details
-
Copy full SHA for fff7a7a - Browse repository at this point
Copy the full SHA fff7a7aView commit details -
Merge pull request #76682 from AndersonTorres/update/luckybackup
luckybackup: init at 0.5.0
Configuration menu - View commit details
-
Copy full SHA for 37381f6 - Browse repository at this point
Copy the full SHA 37381f6View commit details -
Merge pull request #77855 from AndersonTorres/update/notion
notion: 3-2017050501 -> 3-2019050101
Configuration menu - View commit details
-
Copy full SHA for 45b4008 - Browse repository at this point
Copy the full SHA 45b4008View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87e0a8a - Browse repository at this point
Copy the full SHA 87e0a8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 208e761 - Browse repository at this point
Copy the full SHA 208e761View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee9d4c5 - Browse repository at this point
Copy the full SHA ee9d4c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 585ac58 - Browse repository at this point
Copy the full SHA 585ac58View commit details -
Merge pull request #78257 from talyz/hplip-plugin
hplip: Fix plugin url and hash
Configuration menu - View commit details
-
Copy full SHA for 051c3e3 - Browse repository at this point
Copy the full SHA 051c3e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19343de - Browse repository at this point
Copy the full SHA 19343deView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3f6eb3 - Browse repository at this point
Copy the full SHA a3f6eb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa4416e - Browse repository at this point
Copy the full SHA fa4416eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 784ddd9 - Browse repository at this point
Copy the full SHA 784ddd9View commit details -
Merge pull request #78118 from volth/patch-376
perl.withPackages: respect $PERL5LIB
Configuration menu - View commit details
-
Copy full SHA for 7cc23e0 - Browse repository at this point
Copy the full SHA 7cc23e0View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff ec8fd9cc3450...93c7301338ac