guix-config: Keep build deps with "guix gc"

master
Pierre Neidhardt 2018-07-30 11:02:39 +02:00
parent e8d6b34a40
commit de4c5c559d
1 changed files with 20 additions and 14 deletions

View File

@ -120,6 +120,12 @@
(define %my-services
(modify-services
%desktop-services
(guix-service-type config =>
(guix-configuration
(inherit config)
;; Don't clean build deps.
;; See (info "(guix) Invoking guix-daemon").
(extra-options '("--gc-keep-outputs"))))
(udev-service-type config =>
(udev-configuration
(inherit config)