aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorArun Isaac2024-09-10 00:36:33 +0100
committerArun Isaac2024-09-10 00:36:33 +0100
commitdfe38b09b4628d69ceb0840f721cf2a177bea3ce (patch)
tree092f81d9a267846345e2595c271c8b70491ac5b1 /bin
parentac95586a677298a78ebe7bac3e675d2e94e2304f (diff)
downloadravanan-dfe38b09b4628d69ceb0840f721cf2a177bea3ce.tar.gz
ravanan-dfe38b09b4628d69ceb0840f721cf2a177bea3ce.tar.lz
ravanan-dfe38b09b4628d69ceb0840f721cf2a177bea3ce.zip
bin: Import (guix profiles) to load manifest files.
* bin/ravanan: Import (guix profiles).
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ravanan7
1 files changed, 5 insertions, 2 deletions
diff --git a/bin/ravanan b/bin/ravanan
index 2072a51..0237b58 100755
--- a/bin/ravanan
+++ b/bin/ravanan
@@ -25,10 +25,13 @@ exec guile --no-auto-compile -e main -s "$0" "$@"
(ice-9 filesystem)
(ice-9 match)
(web uri)
- (gnu packages) ;; required to load manifest files
(json)
(ravanan reader)
- (ravanan workflow))
+ (ravanan workflow)
+
+ ;; required to load manifest files
+ (gnu packages)
+ (guix profiles))
(define %options
(list (option (list "batch-system" "batchSystem") #t #f