(inferior-eval `(begin
                                        (use-modules (gnu packages) (guix) (guix profiles))
                                        (derivation-file-name
                                         (with-store s
                                           (run-with-store s
                                             (lower-object
                                              (profile
                                               (content
                                                (specifications->manifest
                                                 (list ,@(assoc-ref options 'packages))))))))))
                                     (current-guix)))

Generated by Ricardo Wurmus using scpaste at Tue Dec 19 17:16:36 2023. CET. (original)