mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: service: Update comment.
* gnu/services/base.scm (guix-activation): Update comment.
This commit is contained in:
parent
d9565f7d87
commit
0af94ad52f
1 changed files with 1 additions and 1 deletions
|
@ -1441,7 +1441,7 @@ (define (guix-activation config)
|
|||
(match config
|
||||
(($ <guix-configuration> guix build-group build-accounts authorize-key? keys)
|
||||
;; Assume that the store has BUILD-GROUP as its group. We could
|
||||
;; otherwise call 'chown' here, but the problem is that on a COW unionfs,
|
||||
;; otherwise call 'chown' here, but the problem is that on a COW overlayfs,
|
||||
;; chown leads to an entire copy of the tree, which is a bad idea.
|
||||
|
||||
;; Optionally authorize hydra.gnu.org's key.
|
||||
|
|
Loading…
Reference in a new issue