mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
services: nix: Fix nix-shepherd-service.
* gnu/services/nix.scm (nix-shepherd-service): Un-gexp build-directory.
This commit is contained in:
parent
8c8a7dc66c
commit
f4dc53881b
1 changed files with 2 additions and 2 deletions
|
@ -142,8 +142,8 @@ (define nix-shepherd-service
|
|||
(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)))))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue