λ rlwrap guix repl rlwrap: warning: could not set locale warnings can be silenced by the --no-warnings (-n) option GNU Guile 3.0.7 Copyright (C) 1995-2021 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 (guix gexp) scheme@(guix-user)> ,run-in-store (gexp->derivation "foo" #~(mkdir #$output)) Unknown meta command: run-in-store $1 = # scheme@(guix-user)> ,use (guix monad-repl) scheme@(guix-user)> ,run-in-store (gexp->derivation "foo" #~(mkdir #$output)) $2 = # /gnu/store/xhmniynncs0g4kv1nsv83an2aqbwaygh-foo 7f51fe1d8690>