diff --git a/guix/scripts/shell.scm b/guix/scripts/shell.scm index 10ea110fee..ef22cd60e6 100644 --- a/guix/scripts/shell.scm +++ b/guix/scripts/shell.scm @@ -398,7 +398,7 @@ (define (key->file key) (values #f #f))) ((('nesting? . #t) . rest) (loop rest system file (append specs '("nested guix")))) - ((('load . ('package candidate)) . rest) + ((('load . (_ candidate)) . rest) (if (and (not file) (null? specs)) (loop rest system candidate specs) (values #f #f)))