guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#54375] Mutable guix shell environments


From: Charles
Subject: [bug#54375] Mutable guix shell environments
Date: Sun, 13 Mar 2022 18:21:16 +0000

sample useage:
$ cd project
$ guix package --manifest=manifest.scm --profile=.guix-profile
$ guix shell # --profile=.guix-profile is implicit

do some stuff. realize that you want to bring in another package.

$ guix install --profile=.guix-profile additional-package

Then additional package is instantly available. This is especially useful to 
lisp programmers because, currently, bringing in an additional library involves 
restarting shell, lisp process, reloading source files, regenerating process 
state.

Attachment: 0002-guix-shell-Implicitly-use-a-.guix-profile-as-profile.patch
Description: Text Data

Attachment: 0001-guix-environment-Enable-mutable-environments.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]