1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-21 05:58:31 +02:00

home-manager: enable build output during switch

Fixes #352
This commit is contained in:
Robert Helgesson 2018-08-28 00:17:57 +02:00
parent 99a0e2469b
commit 859c132ee2
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -180,8 +180,7 @@ function doSwitch() {
else
doBuildAttr \
--out-link "$generation" \
--no-build-output \
--attr activationPackage > /dev/null \
--attr activationPackage \
&& "$generation/activate" || exitCode=1
fi