mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
store: Fix ensure-path docstring.
Suggested by Ludovic Courtès. * guix/store.scm (ensure-path): Fix the docstring.
This commit is contained in:
parent
f14c6af5dc
commit
d9e57db724
1 changed files with 3 additions and 2 deletions
|
@ -1399,8 +1399,9 @@ (define build-things
|
|||
(status 1))))))))))))
|
||||
|
||||
(define-operation (ensure-path (store-path path))
|
||||
"Make PATH a temporary root for the duration of the current session.
|
||||
Return #t."
|
||||
"Ensure that a path is valid. If it is not valid, it may be made valid by
|
||||
running a substitute. As a GC root is not created by the daemon, you may want
|
||||
to call ADD-TEMP-ROOT on that store path."
|
||||
boolean)
|
||||
|
||||
(define-operation (add-temp-root (store-path path))
|
||||
|
|
Loading…
Reference in a new issue