From 3c96066e04433b567038552b0d1e59e7d58cf36e Mon Sep 17 00:00:00 2001 From: SouthFox Date: Thu, 5 Dec 2024 15:59:44 +0800 Subject: [PATCH] [feat/arch] run sync script when generation build Signed-off-by: SouthFox --- arch.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch.scm b/arch.scm index 36c6cda..7abe743 100644 --- a/arch.scm +++ b/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