mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
store: Document add-to-store' hack for
fixed?'.
* guix/store.scm (add-to-store): Document that `fixed?' must be #t.
This commit is contained in:
parent
a3aa25f83d
commit
c4c7406b90
1 changed files with 2 additions and 1 deletions
|
@ -414,7 +414,8 @@ (define-operation (add-to-store (string basename)
|
|||
(boolean recursive?)
|
||||
(string hash-algo)
|
||||
(file file-name))
|
||||
"Add the contents of FILE-NAME under BASENAME to the store."
|
||||
"Add the contents of FILE-NAME under BASENAME to the store. Note that
|
||||
FIXED? is for backward compatibility with old Nix versions and must be #t."
|
||||
store-path)
|
||||
|
||||
(define-operation (build-derivations (string-list derivations))
|
||||
|
|
Loading…
Reference in a new issue