help-guix
[Top][All Lists]
Advanced

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

symbolic links for --profile argument


From: Fulbert
Subject: symbolic links for --profile argument
Date: Tue, 30 Mar 2021 09:49:04 +0200

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 ?



reply via email to

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