services: pm: Remove unecessary with-imported-modules expr
parent
a9cf76ab1a
commit
1d0ecb3955
|
@ -61,10 +61,9 @@ arbitrary command-line arguments to ‘thinkfan’ as a list of strings."))
|
|||
(match-record-lambda <thinkfan-configuration>
|
||||
(config-file)
|
||||
(when (file-like? config-file)
|
||||
(with-imported-modules '((guix build utils))
|
||||
#~(begin
|
||||
(use-modules (guix build utils))
|
||||
(copy-file #$config-file "/etc/thinkfan.conf"))))))
|
||||
#~(begin
|
||||
(use-modules (guix build utils))
|
||||
(copy-file #$config-file "/etc/thinkfan.conf")))))
|
||||
|
||||
(define thinkfan-service-type
|
||||
(service-type
|
||||
|
|
Loading…
Reference in New Issue