fix types for environment variables
This commit is contained in:
parent
0c4fbaf0d9
commit
cf6d081c29
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue