Hello Ludovic, Ludovic Courtès writes: > Brice Waegeneire skribis: > > > Fixes #38884. > > Nitpick: “Fixes .” > > > * guix/scripts/system.scm (switch-to-system-generation): Load the > > activate script for that generation. > > [...] > > > + (switch-to-generation* %system-profile number) > > + (primitive-load activate)) > > I suppose you need to wrap catch 'system-error here and to keep going > upon ENOENT. This patch set fixes both issues. Cheers, - Brice Brice Waegeneire (2): gnu: services: Add activate script to the profile system directory. scripts: system: Activate system when switching generations. gnu/services.scm | 10 +++++++++- guix/scripts/system.scm | 8 ++++++-- 2 files changed, 15 insertions(+), 3 deletions(-) -- 2.30.1