diff options
author | Efraim Flashner | 2020-12-06 09:19:18 +0200 |
---|---|---|
committer | Efraim Flashner | 2020-12-06 09:19:18 +0200 |
commit | b418d966b131abf6291493b525b9828161ecb02f (patch) | |
tree | 8ae02b7e6cad527cad7f8262180d0cb0aadebeb4 | |
parent | 3cc2d2758087816db58a1e75d22cc9070fbc2c3e (diff) | |
download | guix-bioinformatics-b418d966b131abf6291493b525b9828161ecb02f.tar.gz |
gn: fix module imports
-rw-r--r-- | gn/deploy/octopus.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gn/deploy/octopus.scm b/gn/deploy/octopus.scm index ce480e2..ea65e8c 100644 --- a/gn/deploy/octopus.scm +++ b/gn/deploy/octopus.scm @@ -2,10 +2,9 @@ (use-modules (gnu) (gn services science) - (gn packages parallel) ; for slurm-18.08 (srfi srfi-26)) (use-service-modules networking ssh web) -(use-package-modules shells) +(use-package-modules parallel shells) (define %efraimf-ssh-pubkey (plain-file "id_rsa.pub" |