1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2024-12-14 11:57:55 +00:00
This commit is contained in:
Silvan Mosberger 2017-10-24 12:41:28 +02:00
parent 7417d8e86e
commit 35775b3bc5

View file

@ -133,7 +133,7 @@ function doSwitch() {
local wrkdir
# Build the generation and run the activate script. Note, we
# specify an output link si that it is treated as a GC root. This
# specify an output link so that it is treated as a GC root. This
# prevents an unfortunately timed GC from removing the generation
# before activation completes.
wrkdir="$(mktemp -d)"