From 6f589b34e6a9d61e8f2f326017017e40a848f652 Mon Sep 17 00:00:00 2001 From: Luis Guilherme Coelho Date: Sat, 30 Dec 2023 17:41:58 -0300 Subject: [PATCH] operating-systems: buer: Export operating-system --- operating-systems/buer.scm | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/operating-systems/buer.scm b/operating-systems/buer.scm index b000fd2..813d127 100644 --- a/operating-systems/buer.scm +++ b/operating-systems/buer.scm @@ -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