mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-31 04:04:32 +00:00
home-manager: fix work directory when building generation
This commit is contained in:
parent
c18b1328a5
commit
39213a1847
1 changed files with 2 additions and 0 deletions
|
@ -137,6 +137,8 @@ function doBuild() {
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
setWorkDir
|
||||||
|
|
||||||
local newsInfo
|
local newsInfo
|
||||||
newsInfo=$(buildNews)
|
newsInfo=$(buildNews)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue