services: nix: Fix nix-shepherd-service.
* gnu/services/nix.scm (nix-shepherd-service): Un-gexp build-directory.
parent
8c8a7dc66c
commit
f4dc53881b
|
@ -142,8 +142,8 @@ GID."
|
|||
(list (string-append #$package "/bin/nix-daemon")
|
||||
#$@extra-options)
|
||||
#:environment-variables
|
||||
(list (string-append "TMPDIR=" build-directory)
|
||||
"PATH=/run/current-system/profile/bin")))
|
||||
(list (string-append "TMPDIR=" #$build-directory)
|
||||
"PATH=/run/current-system/profile/bin")))
|
||||
(respawn? #f)
|
||||
(stop #~(make-kill-destructor)))))))
|
||||
|
||||
|
|
Reference in New Issue