home-manager: fix config file variable check (#3901)

This commit is contained in:
Stel Abrego
2023-04-21 02:40:20 -07:00
committed by GitHub
parent 5160039edc
commit 342fd40ccb

View File

@@ -93,7 +93,7 @@ function setConfigFile() {
'home.nix' "$HOME/.nixpkgs" "$hmConfigHome" >&2
fi
if [[ $configFile ]]; then
if [[ -v configFile ]]; then
HOME_MANAGER_CONFIG="$(realpath "$configFile")"
else
_i 'No configuration file found. Please create one at %s' \