diff options
| -rw-r--r-- | README.org | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/README.org b/README.org index 092c818..a343b94 100644 --- a/README.org +++ b/README.org @@ -39,8 +39,6 @@ If you want to make changes to the packages in this repo you can set the GUIX_PA #+BEGIN_SRC bash git clone https://git.genenetwork.org/guix-bioinformatics/guix-bioinformatics.git - git clone https://gitlab.inria.fr/guix-hpc/guix-past.git - export GUIX_PACKAGE_PATH=$PWD/guix-bioinformatics/:$PWD/guix-past/modules guix package -A cwl #+END_SRC @@ -67,7 +65,7 @@ We run our own substitution server. Add the key to your machine as root with : guix archive --authorize < tux02-guix-substitutions-public-key.txt -: guix build -L ~/guix-bioinformatics/ -L ~/guix-past/modules/ --substitute-urls="https://cuirass.genenetwork.org https://ci.guix.gnu.org https://bordeaux.guix.gnu.org https://guix.genenetwork.org" hello +: guix build -L ~/guix-bioinformatics/ --substitute-urls="https://cuirass.genenetwork.org https://ci.guix.gnu.org https://bordeaux.guix.gnu.org https://guix.genenetwork.org" hello * An important note on AI |
