operating-systems: buer: Export operating-system
parent
e8678b689d
commit
6f589b34e6
|
@ -36,7 +36,9 @@
|
|||
#:use-module (guix)
|
||||
|
||||
#|Radix|#
|
||||
#:use-module (radix)
|
||||
#:use-module (radix artwork)
|
||||
#:use-module (radix secrets)
|
||||
#:use-module (radix utils)
|
||||
|
||||
#|Radix packages|#
|
||||
#|A|# #:use-module (radix packages admin)
|
||||
|
@ -53,7 +55,9 @@
|
|||
|
||||
#|Radix files|#
|
||||
#|S|# #:use-module ((radix files substitute-keys) #:prefix public-key:)
|
||||
#|T|# #:use-module ((radix files thinkfan) #:prefix file:thinkfan-))
|
||||
#|T|# #:use-module ((radix files thinkfan) #:prefix file:thinkfan-)
|
||||
|
||||
#:export (operating-system))
|
||||
|
||||
(define operating-system
|
||||
(gnu:operating-system
|
||||
|
|
Loading…
Reference in New Issue