nixpkgs/nixos/modules/config
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
..
fonts nixos/fontconfig: separate rendering and alias configuration 2015-08-04 12:15:29 -05:00
gnu.nix
gtk-exe-env.nix
i18n.nix nixos i18n.consoleFont: choose a different default 2015-06-09 20:13:42 +02:00
krb5.nix krb5: Break out into a lib and not lib version 2015-06-26 22:05:47 -07:00
ldap.nix
networking.nix Get rid of a warning about dbus in the activation script 2014-12-12 10:45:37 +01:00
no-x-libs.nix dbus: rename useX11 option into x11Support, cleanup a bit 2015-03-29 23:28:30 +00:00
nsswitch.nix nsswitch.conf: Omit ldap unless ldap is enabled 2015-02-25 14:31:13 +01:00
power-management.nix
pulseaudio.nix nixos/pulseaudio: Fix description 2015-06-11 17:26:12 -07:00
qt-plugin-env.nix
shells-environment.nix Some more type cleanup 2015-06-15 18:18:46 +02:00
swap.nix
sysctl.nix nixos: condition sysctl.kptr_restrict on features.grsecurity 2015-03-29 00:42:58 +01:00
system-environment.nix
system-path.nix types.nix: better error message for non-paths 2015-08-15 13:05:57 +02:00
timezone.nix nixos: let's not forget types in the timezone module 2015-07-31 01:57:47 +00:00
unix-odbc-drivers.nix
update-users-groups.pl Ensure that the home directory exists even if the user already exists 2015-02-24 11:57:38 +01:00
users-groups.nix pam_mount module: integrate pam_mount into PAM of NixOS 2015-07-04 23:42:31 +02:00
vpnc.nix
zram.nix