mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
fix typo
This commit is contained in:
parent
7417d8e86e
commit
35775b3bc5
1 changed files with 1 additions and 1 deletions
|
@ -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)"
|
||||
|
|
Loading…
Reference in a new issue