summaryrefslogtreecommitdiff
path: root/systems/izumi/izumi.org
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-01-26 11:47:56 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-01-26 11:47:56 +0100
commite4e3cb849b51788056888355de5570874c128d46 (patch)
tree6bdaa5f3034829c659c4b07ce387ea98fe5d316a /systems/izumi/izumi.org
parent6d2fc2ccdcf074fd27da7a9fe173717d95bd5525 (diff)
Turn system-configuration.scm into a proper modulemuseum-fix-channel-pull
This fixes the following error: (exception misc-error (value #f) (value "no code for module ~S") (value ((systems izumi system-configuration))) (value #f)) Additionaly, the call to load secrets' path is removed, because .guix-channel already depends on that directory.
Diffstat (limited to 'systems/izumi/izumi.org')
-rw-r--r--systems/izumi/izumi.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/izumi/izumi.org b/systems/izumi/izumi.org
index aad4aa7..4580397 100644
--- a/systems/izumi/izumi.org
+++ b/systems/izumi/izumi.org
@@ -8,7 +8,7 @@
#+NAME: OPERATING-SYSTEM
#+BEGIN_SRC scheme :tangle system-configuration.scm
- ( add-to-load-path "/home/marek/Dokumenty/secrets/" )
+ ( define-module ( systems izumi system-configuration ) )
( use-modules
( marek )