This repository has been archived by the owner on Oct 15, 2022. It is now read-only.
Feature Request: Allow nix-shell caching to be used independently of file watching #167
Labels
feature request
Request for new functionality
more data needed
Some party needs to provide more information
user-facing
Improvement that increases user experience
Hi,
thanks for this project, I'm finding it very useful.
I'm not entirely comfortable having lorri do builds in the background, I'd rather control when the builds happen. But I very much want to leverage your intelligent, correct shell caching behaviour.
I'd like to be able to do:
and have it be cache the result to
./.lorri/env
or similar, in the same way the direnvuse_nix
functions do, but with your cache invalidation logic.Similarly, I'd like to be able to use something like:
in scripts to get fast shells. I don't have a lot of insight into how the shebang gadget should look, I hope it's clear.
This seems like it might be a relatively straightforward extension to lorri. With your approval and guidance I'd be happy to take a stab at it.
The text was updated successfully, but these errors were encountered: