From 80e04da5d43002f9ffa9fa041a9123342e8a0a90 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Sat, 8 Apr 2023 14:19:20 +0200 Subject: docs(users/Profpatsch): Add small README to most subdirs Change-Id: I2912e32fe1b2d3d3aff7bafba809634ec4c9adb6 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8470 Autosubmit: Profpatsch Reviewed-by: Profpatsch Tested-by: BuildkiteCI --- users/Profpatsch/lorri-wait-for-eval/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 users/Profpatsch/lorri-wait-for-eval/README.md (limited to 'users/Profpatsch/lorri-wait-for-eval') diff --git a/users/Profpatsch/lorri-wait-for-eval/README.md b/users/Profpatsch/lorri-wait-for-eval/README.md new file mode 100644 index 0000000000..9c5d8ef9e3 --- /dev/null +++ b/users/Profpatsch/lorri-wait-for-eval/README.md @@ -0,0 +1,7 @@ +# lorri-wait-for-eval + +A helper script for [lorri](https://github.com/nix-community/lorri), which wraps a command and executes it once lorri is finished evaluating the current `shell.nix`, and uses the new environment. + +This is useful when you need the new shell environment to be in scope of the command, but don’t want to waste time waiting for it to finish. + +This should really be a feature of lorri, but I couldn’t be assed to touch rust :P -- cgit 1.4.1