home: remove redundant non-emptiness assertion
The option type `path` checks that the path starts with a slash, hence it can not be empty.
This commit is contained in:
parent
ebc87daabc
commit
c0b7cadd81
1 changed files with 0 additions and 4 deletions
|
|
@ -583,10 +583,6 @@ in
|
|||
assertion = config.home.username != "";
|
||||
message = "Username could not be determined";
|
||||
}
|
||||
{
|
||||
assertion = config.home.homeDirectory != "";
|
||||
message = "Home directory could not be determined";
|
||||
}
|
||||
];
|
||||
|
||||
warnings =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue