Files
nixpkgs/lib
Benno Fünfstück 691f683c8c types.nix: better error message for non-paths
This improves error messages when a set or a list is used where a path
was expected. For an example, if you used a package set (as opposed to a
single package) in systemPackages before this commit, the error was:

```
cannot coerce a list to a string, at "/home/nixpkgs/lib/types.nix":103:37
```

Now, the error message reads:

```
The option value `environment.systemPackages' in `/etc/nixos/configuration.nix' is not a list of paths.
```
2015-08-15 13:05:57 +02:00
..
2015-07-23 18:31:54 +02:00
2015-07-28 21:42:25 +02:00
2015-07-13 12:08:05 -04:00
2015-07-28 18:42:22 +02:00
2014-03-10 15:01:56 +01:00
2015-07-30 13:44:50 +02:00
2013-10-10 13:28:21 +02:00
2015-07-23 18:31:54 +02:00