Forgot the attatchment...

On Wed, Mar 2, 2022 at 7:06 PM Cássio Tavares <[email protected]> wrote:

>
> I have created a profile from the attached `manifest.scm`, meant to be
> used in a container shell, so as to isolate activity X from the everything
> else. After everything was setup, I tried to initiate the shell with this
> command:
>
> guix shell  -c 4 -M 6 --no-cwd --pure --container --network \
>             --manifest=./etc/manifest.scm                   \
>             --share=./home/sys-conf                         \
>             --user=sys-conf                                 \
>             --profile=./home/sys-conf/.guix-profile         \
>             --preserve='^DISPLAY$'
>
>
> But this doesn't work, and I get this error message:
>
> guix shell: error: "--profile" can't be used with package options
>
>
> What does this mean? What did I do wrong? And what should I do?
> Thanks,
> Cássio
>
>
>
;;\
;; | This is the manifest for the Guix shell environment
;; +----------------------------------------------------

(specifications->manifest
  (list
    "guix"
    "bash"
    "coreutils"
    "moreutils"
    "guile"
    "git"
    "guile-gitlab"
    "openssh"
    "nano"
    "less"
    "grep"
    "exa"
    "vim"
    "neovim"
    "ungoogled-chromium"))

Reply via email to