diff options
-rw-r--r-- | guix/scripts/environment.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guix/scripts/environment.scm b/guix/scripts/environment.scm index fc7fa84be7..648a497743 100644 --- a/guix/scripts/environment.scm +++ b/guix/scripts/environment.scm @@ -1140,8 +1140,8 @@ command-line option processing with 'parse-command-line'." (when (pair? symlinks) (leave (G_ "'--symlink' cannot be used without '--container'~%")))) - (with-store/maybe store - (with-status-verbosity (assoc-ref opts 'verbosity) + (with-status-verbosity (assoc-ref opts 'verbosity) + (with-store/maybe store (define manifest-from-opts (options/resolve-packages store opts)) |