You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error "Your system doesn't have homebrew installed, I don't know how to install the dependencies.\nPlease install homebrew: https://brew.sh/\nOr install the equivalent of these homebrew packages: $HOMEBREW_DEBS."
222
222
fi
223
223
brew install $HOMEBREW_DEBS>>$OUTFILE2>>$ERRFILE
224
+
elif [ -e /etc/NIXOS ]
225
+
then
226
+
info "Doing nothing about dependencies installation for NixOS, as they are provided via shell.nix..."
224
227
else
225
228
error "We don't know which dependencies to install for this sytem.\nPlease install the equivalents of these debian packages: $DEBS."
0 commit comments