-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: 62d86db57290
head repository: NixOS/nixpkgs-channels
compare: 5e9d926fa3fe
Commits on Nov 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for bf38db9 - Browse repository at this point
Copy the full SHA bf38db9View commit details
Commits on Dec 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a0d1a7f - Browse repository at this point
Copy the full SHA a0d1a7fView commit details
Commits on Jan 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f55358f - Browse repository at this point
Copy the full SHA f55358fView commit details
Commits on Jan 6, 2020
-
pkgs/misc/cups/drivers: add brother mfcl3770cdw
This adds the printer driver for the Brother MFCL3770CDW. It combines the cups-wrapper and the driver in one file which allows sharing common variables and making it less error-prone than the other Brother drivers in repository. I volunteer for maintaining this one as long as I've got the model around.
Configuration menu - View commit details
-
Copy full SHA for 64b2dc8 - Browse repository at this point
Copy the full SHA 64b2dc8View commit details
Commits on Jan 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 141aa22 - Browse repository at this point
Copy the full SHA 141aa22View commit details
Commits on Jan 8, 2020
-
chromium: 79.0.3945.88 -> 79.0.3945.117
CVE-TBD: Use after free in audio https://chromereleases.googleblog.com/2020/01/stable-channel-update-for-desktop.html
Configuration menu - View commit details
-
Copy full SHA for b8fa6dd - Browse repository at this point
Copy the full SHA b8fa6ddView commit details
Commits on Jan 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f0baa13 - Browse repository at this point
Copy the full SHA f0baa13View commit details
Commits on Jan 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 26165d9 - Browse repository at this point
Copy the full SHA 26165d9View commit details
Commits on Jan 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 153934a - Browse repository at this point
Copy the full SHA 153934aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 354bcfe - Browse repository at this point
Copy the full SHA 354bcfeView commit details
Commits on Jan 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for acd9e87 - Browse repository at this point
Copy the full SHA acd9e87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19185c5 - Browse repository at this point
Copy the full SHA 19185c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1093736 - Browse repository at this point
Copy the full SHA 1093736View commit details
Commits on Jan 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 115e7e5 - Browse repository at this point
Copy the full SHA 115e7e5View commit details
Commits on Jan 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 62af780 - Browse repository at this point
Copy the full SHA 62af780View commit details -
Configuration menu - View commit details
-
Copy full SHA for 099a5ae - Browse repository at this point
Copy the full SHA 099a5aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for d43fb5a - Browse repository at this point
Copy the full SHA d43fb5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d0b9e2 - Browse repository at this point
Copy the full SHA 6d0b9e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1dfb57f - Browse repository at this point
Copy the full SHA 1dfb57fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48ba125 - Browse repository at this point
Copy the full SHA 48ba125View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac6524d - Browse repository at this point
Copy the full SHA ac6524dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f8c833 - Browse repository at this point
Copy the full SHA 8f8c833View commit details -
Jan Hrnko committed
Jan 21, 2020 Configuration menu - View commit details
-
Copy full SHA for 7ccb1db - Browse repository at this point
Copy the full SHA 7ccb1dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5b28ec - Browse repository at this point
Copy the full SHA b5b28ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for beb1b9f - Browse repository at this point
Copy the full SHA beb1b9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for be5c936 - Browse repository at this point
Copy the full SHA be5c936View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5de2bff - Browse repository at this point
Copy the full SHA 5de2bffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51b26d4 - Browse repository at this point
Copy the full SHA 51b26d4View commit details
Commits on Jan 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9bc0693 - Browse repository at this point
Copy the full SHA 9bc0693View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc72671 - Browse repository at this point
Copy the full SHA cc72671View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9c3b9d - Browse repository at this point
Copy the full SHA c9c3b9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dc3337 - Browse repository at this point
Copy the full SHA 4dc3337View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07b977d - Browse repository at this point
Copy the full SHA 07b977dView commit details
Commits on Jan 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 23d5d9b - Browse repository at this point
Copy the full SHA 23d5d9bView commit details -
lib/cli: unexport symbols & sort with generators
lib/cli is very similar to generators, so it should follow largely the same interface. Similar to how generators isn’t exported, we should also namespace cli by default (plus “cli” is only three characters to type).
Configuration menu - View commit details
-
Copy full SHA for 88a7f65 - Browse repository at this point
Copy the full SHA 88a7f65View commit details -
lib/cli: encodeGNUCommandLine -> toGNUCommandLineShell
The semantic difference between `encode` and `to` is not apparent. Users are likely to confuse both functions (which leads to unexpected error messages about the wrong types). Like in `generators.nix`, all functions should be prefixed by `to`. Furthermore, converting to a string depends on the target context. In this case, it’s a POSIX shell, so we should name it that (compare `escapeShellArg` in `strings.nix`). We can later add versions that escape for embedding in e.g. python scripts or similar.
Configuration menu - View commit details
-
Copy full SHA for 582354d - Browse repository at this point
Copy the full SHA 582354dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6841f40 - Browse repository at this point
Copy the full SHA 6841f40View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2654c2 - Browse repository at this point
Copy the full SHA b2654c2View commit details -
lib/cli: rename
renderX
options tomkX
Mirrors the naming scheme in `generators.nix`, for consistency. Also rename `key` to `k` and value to `v` to aid readability to the code structure.
Configuration menu - View commit details
-
Copy full SHA for e71e1be - Browse repository at this point
Copy the full SHA e71e1beView commit details -
lib/generators: floats are not supported in mkValueStringDefault
They are cut off after a few decimal places; we cannot in good faith define a default string representation with that.
Configuration menu - View commit details
-
Copy full SHA for 18520b7 - Browse repository at this point
Copy the full SHA 18520b7View commit details -
lib/cli: mkKey -> mkOptionName, use generators.mkValueStringDefault
Let’s call them by what they are, option names. `generators.mkValueStringDefault` is a better value string renderer than plain `toString`. Also add docs to all options.
Configuration menu - View commit details
-
Copy full SHA for 7228a3c - Browse repository at this point
Copy the full SHA 7228a3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89f80c0 - Browse repository at this point
Copy the full SHA 89f80c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c54c82 - Browse repository at this point
Copy the full SHA 8c54c82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04bf042 - Browse repository at this point
Copy the full SHA 04bf042View commit details -
unrar: Install all C++ header files into the "dev" output
This is e.g. required for the rar2fs build [0], which needs at least version.hpp, rar.hpp, dllext.hpp, dll.hpp, and headers5.hpp. At least Gentoo does this as well [1] but most other distributions only install dll.hpp or no header files at all. [0]: NixOS/nixpkgs#78189 [1]: https://gitweb.gentoo.org/repo/gentoo.git/tree/app-arch/unrar/unrar-5.8.5.ebuild
Configuration menu - View commit details
-
Copy full SHA for 983f39c - Browse repository at this point
Copy the full SHA 983f39cView commit details
Commits on Jan 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e206c37 - Browse repository at this point
Copy the full SHA e206c37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30c2ac9 - Browse repository at this point
Copy the full SHA 30c2ac9View commit details -
nixos/dokuwiki: init module at 2018-04-22b
Jan Hrnko committedJan 24, 2020 Configuration menu - View commit details
-
Copy full SHA for 8bab2de - Browse repository at this point
Copy the full SHA 8bab2deView commit details -
sjau committed
Jan 24, 2020 Configuration menu - View commit details
-
Copy full SHA for 88de34b - Browse repository at this point
Copy the full SHA 88de34bView commit details -
Configuration menu - View commit details
-
Copy full SHA for de193e1 - Browse repository at this point
Copy the full SHA de193e1View commit details
There are no files selected for viewing