tvl-depot/users/Profpatsch/lorri-wait-for-eval/README.md
Profpatsch 80e04da5d4 docs(users/Profpatsch): Add small README to most subdirs
Change-Id: I2912e32fe1b2d3d3aff7bafba809634ec4c9adb6
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8470
Autosubmit: Profpatsch <mail@profpatsch.de>
Reviewed-by: Profpatsch <mail@profpatsch.de>
Tested-by: BuildkiteCI
2023-04-08 12:25:07 +00:00

449 B
Raw Blame History

lorri-wait-for-eval

A helper script for 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 dont want to waste time waiting for it to finish.

This should really be a feature of lorri, but I couldnt be assed to touch rust :P