summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--topics/pangenome/impg/impg-agc-bindings.gmi1
-rw-r--r--topics/rust/guix-rust-bootstrap.gmi1
2 files changed, 2 insertions, 0 deletions
diff --git a/topics/pangenome/impg/impg-agc-bindings.gmi b/topics/pangenome/impg/impg-agc-bindings.gmi
index ef7c55b..cc11756 100644
--- a/topics/pangenome/impg/impg-agc-bindings.gmi
+++ b/topics/pangenome/impg/impg-agc-bindings.gmi
@@ -25,6 +25,7 @@ One early choice is a separation of concerns. We will try to build the library i
 
 # Tasks
 
+* [ ] Fix AGC passing exceptions through C ABI
 * [ ] Get guix to compile impg with AGC
 * [ ] Add optimization
 * [ ] Make sure spoa build in spoa-rs is optimized
diff --git a/topics/rust/guix-rust-bootstrap.gmi b/topics/rust/guix-rust-bootstrap.gmi
index c459358..cd3c322 100644
--- a/topics/rust/guix-rust-bootstrap.gmi
+++ b/topics/rust/guix-rust-bootstrap.gmi
@@ -19,6 +19,7 @@ Important is to have a recent version of Guix. This is achieved with 'guix pull'
 
 
 ```sh
+mkdir -p ~/opt
 guix pull -p ~/opt/guix-pull --url=https://codeberg.org/guix/guix
 ```