mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
At the beginning of the setup script `errexit` is disabled, but never properly enabled again at the end. This causes potential issues/errors in activation scripts following `setupLaunchAgents` to go unnoticed, since the build doesn't actually fail.