diff options
Diffstat (limited to 'issues/cant-use-guix-bioinformatics-with-guix-pull.gmi')
-rw-r--r-- | issues/cant-use-guix-bioinformatics-with-guix-pull.gmi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/issues/cant-use-guix-bioinformatics-with-guix-pull.gmi b/issues/cant-use-guix-bioinformatics-with-guix-pull.gmi new file mode 100644 index 0000000..8000f7b --- /dev/null +++ b/issues/cant-use-guix-bioinformatics-with-guix-pull.gmi @@ -0,0 +1,13 @@ +# Using guix-bioinformatics in a channels.scm file + +Without this we can't: + +* programatically and reproducably use the repository to cherry-pick commits that work with shepherd services + +## TODO: + +* Adjust the genenetwork2 package to no longer break running `guix pull` with this repository in channels.scm + +HOW? + +Need to move the function calls to export-graph out of the package definition, compute them ahead of time, and seed their results as native-inputs. |