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:
Benedikt Rips 2026-07-02 13:14:41 +02:00 committed by Austin Horstman
parent ebc87daabc
commit c0b7cadd81

View file

@ -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 =