Skip to content

Instantly share code, notes, and snippets.

View oldschoolBavarianReferenceSystem's full-sized avatar

Björn Höfling oldschoolBavarianReferenceSystem

View GitHub Profile
(define my-guix-service-type
(guix-configuration
(substitute-urls '())
;; Build on only maximum one core,
;; such that we do not overload the system
(extra-options '("--cores=1"))))
(operating-system
...
(services ...