hm-switch: home-manager only returns 0 if help is provided

pull/5/head
pegasust 2023-01-12 23:16:36 -07:00
parent 8b1503c4bd
commit 3a3683baa9
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ rm -rf ~/.local/share/nvim/mason
# test if we have home-manager, if not, attempt to use nix to put home-manager to
# our environment
if [ $(home-manager >/dev/null 2>&1) ]; then
if [ $(home-manager help >/dev/null 2>&1) ]; then
nix-shell -p home-manager --run "home-manager switch --flake $HOME_MANAGER_DIR $@"
else
home-manager switch -b backup --flake "$HOME_MANAGER_DIR" $@