diff options
| author | pjotrp | 2026-04-02 17:29:59 +0200 |
|---|---|---|
| committer | pjotrp | 2026-04-02 17:29:59 +0200 |
| commit | 4a1732febf46a72e074d620d91e5226b0cba7563 (patch) | |
| tree | bdb8352fb20c47464e19c30116c98eab5968a43a | |
| parent | 7fc1d77f21eeff1a7962bd0b0cbadeb192e624ca (diff) | |
| download | guix-bioinformatics-4a1732febf46a72e074d620d91e5226b0cba7563.tar.gz | |
Getting rid of guix-past dependency
| -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 |
