[feat/arch] run sync script when generation build
Signed-off-by: SouthFox <master@southfox.me>
This commit is contained in:
parent
cf1f2e06f5
commit
3c96066e04
1 changed files with 2 additions and 1 deletions
3
arch.scm
3
arch.scm
|
@ -190,7 +190,8 @@ in the arch pacman overlay."
|
|||
%arch-profile (+ 1 number))))
|
||||
(pk generation)
|
||||
(switch-symlinks generation arch-drv-output)
|
||||
(switch-symlinks %arch-profile generation))
|
||||
(switch-symlinks %arch-profile generation)
|
||||
(primitive-load (string-append arch-drv-output "/sync")))
|
||||
|
||||
;; (with-store
|
||||
;; %store
|
||||
|
|
Loading…
Reference in a new issue