home-services: shells: Fix indentation

main
Luis Guilherme Coelho 2024-09-01 17:54:06 -03:00
parent 88cdbad24f
commit d64d4b8014
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 4 additions and 4 deletions

View File

@ -215,10 +215,10 @@ end\n\n")
(define derivations (define derivations
(run-with-store (open-connection) (run-with-store (open-connection)
(mlet* %store-monad (mlet* %store-monad
((drvs (mapm %store-monad ((drvs (mapm %store-monad
package->derivation package->derivation
plugins)) plugins))
(_ (built-derivations drvs))) (_ (built-derivations drvs)))
(return drvs)))) (return drvs))))
(append-map (append-map
(lambda (plugin drv) (lambda (plugin drv)