From 0be12f9a873c593d2bd33ec37c9e52608fdb33df Mon Sep 17 00:00:00 2001 From: Davie Li Date: Mon, 15 Jan 2024 16:28:50 +0100 Subject: [PATCH] rust: Add comment on call-with-guix-shell-hacks --- env/rust.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/env/rust.scm b/env/rust.scm index 7177697..b6325d7 100644 --- a/env/rust.scm +++ b/env/rust.scm @@ -72,6 +72,7 @@ 0 7)) (item rustup-init-script-derivation))))) +;; TODO This is ridiculous. Should get rid of it somehow. (define (call-with-guix-shell-hacks proc) "Overcome several pitfails calling launch-environment/container procedure we aren't supposed to. PROC is passed curried launch-environment/container