* guix shell
@ 2024-12-11 20:29 gfp
2024-12-11 21:59 ` Hartmut Goebel
0 siblings, 1 reply; 2+ messages in thread
From: gfp @ 2024-12-11 20:29 UTC (permalink / raw)
To: Guix Help
[-- Attachment #1.1.1: Type: text/plain, Size: 399 bytes --]
Hi Guix,
a simple question:
If I use e.g. homebank with guix shell
will the file, which I create or update be saved and I don´t loose my
data, so that I can enter data on it on a weekly basis?
Could I use guix shell homebank
to not install homebank, because I don´t need it on a daily basis,
but I want to save the data, which I put into homebank?
thanks for help
Gottfried
[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 2451 bytes --]
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 665 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: guix shell
2024-12-11 20:29 guix shell gfp
@ 2024-12-11 21:59 ` Hartmut Goebel
0 siblings, 0 replies; 2+ messages in thread
From: Hartmut Goebel @ 2024-12-11 21:59 UTC (permalink / raw)
To: gfp, Guix Help
Hi,
> Could I use guix shell homebank
> to not install homebank, because I don´t need it on a daily basis,
> but I want to save the data, which I put into homebank?
Yes.The data is stored wherever homebank stored it – which most probably
is somewhere in your home directory.
Much simplified you can image "guix shell" as a wrapper setting some
environment variables to "homebank" ist loaded from /gnu/store, and all
of its dependencies too. This wrapper does not change the path of your
home directory neither will it inhibit writing anywhere. "guix shell"
does not set up a container neither does it provide any kind of storage.
(Side-note: "guix shell -C" starts an container. Anyhow this container
does not provide provide any storage beside granting access to your
normal disk.)
--
Regards
Hartmut Goebel
| Hartmut Goebel | h.goebel@crazy-compilers.com |
| www.crazy-compilers.com | compilers which you thought are impossible |
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-12-11 22:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-11 20:29 guix shell gfp
2024-12-11 21:59 ` Hartmut Goebel
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.