build: Fix default value of `%state-directory'.
* guix/config.scm.in (%state-directory): Append `/nix'. Reported by Andreas Enge <andreas@enge.fr>.
This commit is contained in:
parent
e2a06ddc7a
commit
7f4f06513a
1 changed files with 2 additions and 1 deletions
|
@ -46,7 +46,8 @@ (define %store-directory
|
|||
"@storedir@")
|
||||
|
||||
(define %state-directory
|
||||
"@guix_localstatedir@")
|
||||
;; This must match `NIX_STATE_DIR' as defined in `daemon.am'.
|
||||
"@guix_localstatedir@/nix")
|
||||
|
||||
(define %system
|
||||
"@guix_system@")
|
||||
|
|
Loading…
Reference in a new issue