On Wed, 01 Sep 2021 16:59:53 +0100 Andreas Reuleaux <[email protected]> wrote: > Is there a way to pull from my own channel only (and otherwise use the > packages from guix core as pulled last time (as pulled in the morning > say, when pulling once per day)?
None that I'm aware of, but you don't need to push/pull to test anything. Just use the --load-path argument or the GUILE_LOAD_PATH environment variable. That way you can use a local checkout.
