fix types for environment variables

This commit is contained in:
Daiderd Jordan 2016-12-17 23:14:55 +01:00
parent 0c4fbaf0d9
commit cf6d081c29
No known key found for this signature in database
GPG key ID: D02435D05B810C96
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@ in {
};
environment.profiles = mkOption {
type = types.listOf types.path;
type = types.listOf types.str;
default =
[ # Use user, default and system profiles.
"$HOME/.nix-profile"