diff options
Diffstat (limited to 'gnu/services')
-rw-r--r-- | gnu/services/dmd.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/services/dmd.scm b/gnu/services/dmd.scm index 21719118eb..48e8d5534f 100644 --- a/gnu/services/dmd.scm +++ b/gnu/services/dmd.scm @@ -66,8 +66,8 @@ ETC (the name of a directory in the store) on startup." (not (member file '("." "..")))))) ;; Prevent ETC from being GC'd. - (rm-f "/var/nix/gcroots/etc-directory") - (symlink ,etc "/var/nix/gcroots/etc-directory")) + (rm-f "/var/guix/gcroots/etc-directory") + (symlink ,etc "/var/guix/gcroots/etc-directory")) (format #t "starting services...~%") (for-each start ',(append-map service-provision services)))) |