-
-
Notifications
You must be signed in to change notification settings - Fork 105
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: c0515dad8b53
head repository: NixOS/nixpkgs-channels
compare: 3aa3291b2088
Commits on Feb 23, 2020
-
lib/modules.nix: Add file context to unmerged values in mergeDefinitions
This helps with troubleshooting exceptions in config values, which were hard to track down for options with many definitions. The trace will look like: error: while evaluating the attribute 'config.foo' at undefined position: [...] while evaluating the option `foo': [...] while evaluating definitions from `/home/user/mymod.nix': while evaluating 'dischargeProperties' at /home/user/nixpkgs/lib/modules.nix:464:25, called from /home/user/nixpkgs/lib/modules.nix:392:137: while evaluating the attribute 'value' at /home/user/nixpkgs/lib/modules.nix:277:44: Value error! where the `/home/user/mymod.nix` module is { lib, ... }: { options.foo = lib.mkOption { type = lib.types.lines; }; config.foo = builtins.throw "Value error!"; }
Configuration menu - View commit details
-
Copy full SHA for 9c0ab2f - Browse repository at this point
Copy the full SHA 9c0ab2fView commit details
Commits on Mar 3, 2020
-
python-mapnik: 3.0.16 -> unstable-2020-02-24
Update to fix build errors with mapnik 3.0.23, along with other pending upstream commits. Upstream has not tagged a python-mapnik release since 2017. This unstable commit, however, is also the basis for the python-mapnik package in Debian testing.
Configuration menu - View commit details
-
Copy full SHA for 79b582b - Browse repository at this point
Copy the full SHA 79b582bView commit details
Commits on Mar 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3f6d356 - Browse repository at this point
Copy the full SHA 3f6d356View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0309045 - Browse repository at this point
Copy the full SHA 0309045View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbc2cd8 - Browse repository at this point
Copy the full SHA bbc2cd8View commit details -
Merge pull request #81788 from JeffLabonte/brave_1.4.95_to_1.4.96
brave: 1.4.95 -> 1.4.96
Configuration menu - View commit details
-
Copy full SHA for 08e62cd - Browse repository at this point
Copy the full SHA 08e62cdView commit details -
Merge pull request #81791 from r-ryantm/auto-update/jgmenu
jgmenu: 4.0.2 -> 4.1.0
Configuration menu - View commit details
-
Copy full SHA for 6fd71f3 - Browse repository at this point
Copy the full SHA 6fd71f3View commit details -
Merge pull request #81809 from dguibert/dg/disnix-group-list-to-attrset
users.groups.disnix instead of a list
Configuration menu - View commit details
-
Copy full SHA for e64dcc2 - Browse repository at this point
Copy the full SHA e64dcc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f730d6d - Browse repository at this point
Copy the full SHA f730d6dView commit details -
Merge pull request #81845 from r-ryantm/auto-update/khronos
khronos: 1.0.5 -> 1.0.6
Configuration menu - View commit details
-
Copy full SHA for 23aa5ff - Browse repository at this point
Copy the full SHA 23aa5ffView commit details -
Merge pull request #81628 from tollb/python-mapnik-unstable-2020-02-24
python-mapnik: 3.0.16 -> unstable-2020-02-24
Configuration menu - View commit details
-
Copy full SHA for 0508c93 - Browse repository at this point
Copy the full SHA 0508c93View commit details -
Merge pull request #80919 from hercules-ci/modules-add-file-context
lib/modules.nix: Add file context to unmerged values in mergeDefinitions
Configuration menu - View commit details
-
Copy full SHA for 99a2910 - Browse repository at this point
Copy the full SHA 99a2910View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1884821 - Browse repository at this point
Copy the full SHA 1884821View commit details -
Configuration menu - View commit details
-
Copy full SHA for abc58dc - Browse repository at this point
Copy the full SHA abc58dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 384ed01 - Browse repository at this point
Copy the full SHA 384ed01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9328cff - Browse repository at this point
Copy the full SHA 9328cffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c0f318 - Browse repository at this point
Copy the full SHA 0c0f318View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10e4457 - Browse repository at this point
Copy the full SHA 10e4457View commit details -
Configuration menu - View commit details
-
Copy full SHA for ceeaf41 - Browse repository at this point
Copy the full SHA ceeaf41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b4dcda - Browse repository at this point
Copy the full SHA 4b4dcdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for e17a1a0 - Browse repository at this point
Copy the full SHA e17a1a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00c8e2b - Browse repository at this point
Copy the full SHA 00c8e2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7948c35 - Browse repository at this point
Copy the full SHA 7948c35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98968b1 - Browse repository at this point
Copy the full SHA 98968b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c6091a - Browse repository at this point
Copy the full SHA 6c6091aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3aa3291 - Browse repository at this point
Copy the full SHA 3aa3291View commit details
There are no files selected for viewing