# Pastebin 6U1NFxql itsme@antelope ~> guix repl GNU Guile 2.2.6 Copyright (C) 1995-2019 Free Software Foundation, Inc. Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'. This program is free software, and you are welcome to redistribute it under certain conditions; type `,show c' for details. Enter `,help' for help. scheme@(guix-user)> (use-modules (guix inferior) (guix channels)) scheme@(guix-user)> (define inferior (inferior-for-channels (list (channel (name 'guix) (url "https://git.savannah.gnu.org/git/guix.git") (commit "48f19e60c4677e392ee2c23f28098cfcaf9d1710"))))) Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'... scheme@(guix-user)> (inferior-eval '(begin (use-modules (gnu packages base)) (package (inherit hello))) inferior)) $1 = #> While reading expression: In procedure read_inner_expression: #:6:43: unexpected ")" scheme@(guix-user)>