all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* symbolic links for --profile argument
@ 2021-03-30  7:49 Fulbert
  2021-03-30 10:42 ` Julien Lepiller
  0 siblings, 1 reply; 3+ messages in thread
From: Fulbert @ 2021-03-30  7:49 UTC (permalink / raw)
  To: help-guix

Hello and thanks for visiting my question !

It is a stupid one, but just to be sure :

Given

~~~{.bash}
$ readlink ~/.guix-profile
/var/guix/profiles/per-user/fulbert/guix-profile

$ readlink -f ~/.guix-profile
/gnu/store/2sj11f64c9cgw40gkjy024vjl688zp7k-profile
~~~{end}

Will the following commands produce exactly the same result ?

~~~{.bash}
$ guix package -m ~/default.scm
$ guix package -m ~/default.scm -p ~/.guix-profile
$ guix package -m ~/default.scm -p /var/guix/profiles/per-user/fulbert/guix-profile
$ guix package -m ~/default.scm -p /gnu/store/2sj11f64c9cgw40gkjy024vjl688zp7k-profile
~~~{end}

… and more generally, any guix command taking a `--profile` argument ?


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-03-30 16:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-30  7:49 symbolic links for --profile argument Fulbert
2021-03-30 10:42 ` Julien Lepiller
2021-03-30 16:41   ` Fulbert

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.